ArcObjects Library Reference (System)  

IJobRegistry.UnregisterJob Method

Unregisters job.

[Visual Basic .NET]
Public Sub UnregisterJob ( _
    ByVal JobID As String _
)
[C#]
public void UnregisterJob (
    string JobID
);
[C++]
HRESULT UnregisterJob(
  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

IJobRegistry Interface