ArcObjects Library Reference (System)  

IJobCatalog.RemoveJob Method

Removes job with given id from the catalog.

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

Parameters

JobID [in]   JobID is a parameter of type BSTR

Product Availability

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

See Also

IJobCatalog Interface