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


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

IGeoProcessor2.RegisterGeoProcessorEvents Method

Register an object to recieve IGeoProcessorEvents.

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