ArcObjects Library Reference (Server)  

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