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


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

IGeoProcessor2.RegisterGeoProcessorEvents3 Method

Register an object to recieve IGeoProcessorEvents3.

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