ArcObjects Library Reference (System)  

IJobCatalog.Init Method

Initializes the job catalog.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal root As String, _
    ByVal JobProcessorName As String, _
    ByVal JobProcessorType As String _
)
[C#]
public void Init (
    string root,
    string JobProcessorName,
    string JobProcessorType
);
[C++]
HRESULT Init(
  BSTR root,
  BSTR JobProcessorName,
  BSTR JobProcessorType
);
[C++]

Parameters

root [in]   root is a parameter of type BSTR JobProcessorName [in]   JobProcessorName is a parameter of type BSTR JobProcessorType [in]   JobProcessorType is a parameter of type BSTR

Product Availability

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

See Also

IJobCatalog Interface