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


IServerObjectFactoryX.GetJobRegistryPath 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.GetJobRegistryPath Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IServerObjectFactoryX Interface