ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.UnRegisterGeoProcessorEvents3 Method

UnRegister an object to stop recieving IGeoProcessorEvents3.

[Visual Basic .NET]
Public Sub UnRegisterGeoProcessorEvents3 ( _
    ByVal pGeoProcessorEvents3 As IGeoProcessorEvents3 _
)
[C#]
public void UnRegisterGeoProcessorEvents3 (
    IGeoProcessorEvents3 pGeoProcessorEvents3
);
[C++]
HRESULT UnRegisterGeoProcessorEvents3(
  IGeoProcessorEvents3* pGeoProcessorEvents3
);
[C++]

Parameters

pGeoProcessorEvents3 [in]

  pGeoProcessorEvents3 is a parameter of type IGeoProcessorEvents3

Product Availability

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

See Also

IGeoProcessor2 Interface