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


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

IJobRegistry.RegisterJob Method

Registers job.

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

JobID is a parameter of type BSTR jobDir [in]
jobDir is a parameter of type BSTR

Product Availability

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

See Also

IJobRegistry Interface