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


IJobRegistry.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 > IJobRegistry Interface > IJobRegistry.Init Method
ArcGIS Developer Help

IJobRegistry.Init Method

Initializes the jobs registry.

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

Path is a parameter of type BSTR

Product Availability

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

See Also

IJobRegistry Interface