iControl.NetworkingInterfaces.Endget_requested_flow_control C# (CSharp) Method

Endget_requested_flow_control() public method

public Endget_requested_flow_control ( System asyncResult ) : NetworkingFlowControlType[]
asyncResult System
return NetworkingFlowControlType[]
        public NetworkingFlowControlType[] Endget_requested_flow_control(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingFlowControlType [])(results[0]));
        }
NetworkingInterfaces