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


IGPServer.CancelJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer Interface > IGPServer.CancelJob Method
ArcGIS Developer Help

IGPServer.CancelJob Method

Cancels the specified job.

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

IGPServer Interface