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


IGPServerHelper2.InitJobDir Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper2 Interface > IGPServerHelper2.InitJobDir Method
ArcGIS Developer Help

IGPServerHelper2.InitJobDir Method

Initializes the helper with the job registery and jobs directory.

[Visual Basic .NET]
Public Sub InitJobDir ( _
    ByVal jobRegistryPath As String, _
    ByVal jobsDirectoryPath As String, _
    ByVal serviceName As String, _
    ByVal serviceType As String _
)
[C#]
public void InitJobDir (
    string jobRegistryPath,
    string jobsDirectoryPath,
    string serviceName,
    string serviceType
);
[C++]
HRESULT InitJobDir(
  BSTR jobRegistryPath,
  BSTR jobsDirectoryPath,
  BSTR serviceName,
  BSTR serviceType
);
[C++]
Parameters
jobRegistryPath [in]

jobRegistryPath is a parameter of type BSTR jobsDirectoryPath [in]
jobsDirectoryPath is a parameter of type BSTR serviceName [in]
serviceName is a parameter of type BSTR serviceType [in]
serviceType is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper2 Interface