ArcObjects Library Reference (GeoprocessingUI)  

IEnumConnectionPoints.RemoteNext Method

[Visual Basic .NET]
Public Sub RemoteNext ( _
    ByVal cConnections As Integer, _
    ByRef ppCP As IConnectionPoint, _
    ByRef pcFetched As Integer _
)
[C#]
public void RemoteNext (
    uint cConnections,
    ref IConnectionPoint ppCP,
    ref uint pcFetched
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumConnectionPoints Interface