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


IGeoProcessor2.UnRegisterGeoProcessorEvents Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.UnRegisterGeoProcessorEvents Method

UnRegister an object to stop recieving IGeoProcessorEvents.

[Visual Basic .NET]
Public Sub UnRegisterGeoProcessorEvents ( _
    ByVal pGeoProcessorEvents As IGeoProcessorEvents _
)
[C#]
public void UnRegisterGeoProcessorEvents (
    IGeoProcessorEvents pGeoProcessorEvents
);
[C++]
HRESULT UnRegisterGeoProcessorEvents(
  IGeoProcessorEvents* pGeoProcessorEvents
);
[C++]

Parameters pGeoProcessorEvents [in]
pGeoProcessorEvents is a parameter of type IGeoProcessorEvents

Product Availability

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

See Also

IGeoProcessor2 Interface