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


IEnumConnections.RemoteNext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IE > IEnumConnections Interface > IEnumConnections.RemoteNext Method
ArcGIS Developer Help

IEnumConnections.RemoteNext Method

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumConnections Interface