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


IJobCatalog.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface > IJobCatalog.Init Method
ArcGIS Developer Help

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