This document is archived and information here might be outdated.  Recommended version.


IServerObjectFactoryX.SetJobRegistryPath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectFactoryX Interface > IServerObjectFactoryX.SetJobRegistryPath Method
ArcGIS Developer Help

IServerObjectFactoryX.SetJobRegistryPath Method

Sets the path to the job registry maintained on disk.

[Visual Basic .NET]
Public Sub SetJobRegistryPath ( _
    ByVal jobRegPath As String _
)
[C#]
public void SetJobRegistryPath (
    string jobRegPath
);
[C++]
HRESULT SetJobRegistryPath(
  BSTR jobRegPath
);
[C++]
Parameters
jobRegPath [in]

jobRegPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectFactoryX Interface