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


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

IGPServerHelper.Init Method

Initializes the helper with the job registery and jobs directory.

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

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

Product Availability

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

See Also

IGPServerHelper Interface