ArcObjects Library Reference (System)  

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