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


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

IGPServerTrackCancel.Init Method

Initialize the track cancel.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pJobTracker As Object _
)
[C#]
public void Init (
    object pJobTracker
);
[C++]
HRESULT Init(
  LPUNKNOWN pJobTracker
);
[C++]
Parameters
pJobTracker [in]

pJobTracker is a parameter of type IUnknown

Product Availability

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

See Also

IGPServerTrackCancel Interface