ArcObjects Library Reference (Server)  

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