This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface > IJobCatalog.Init Method (ArcObjects .NET 10.4 SDK) |
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