ArcObjects Library Reference (Server)  

IServerObjectFactoryX.GetJobRegistryPath Method

Gets the path to the job registry that was set on the factory.

[Visual Basic .NET]
Public Function GetJobRegistryPath ( _
) As String
[C#]
public string GetJobRegistryPath (
);
[C++]
HRESULT GetJobRegistryPath(
  BSTR* pJobRegPath
);
[C++]

Parameters

pJobRegPath [out, retval]   pJobRegPath is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectFactoryX Interface