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


IServerObjectFactoryX.SetJobRegistryPath Method (ArcObjects .NET 10.4 SDK)
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