iControl.NetworkingInterfaces.Beginset_requested_flow_control C# (CSharp) Method

Beginset_requested_flow_control() public method

public Beginset_requested_flow_control ( string interfaces, NetworkingFlowControlType flow_controls, System callback, object asyncState ) : System.IAsyncResult
interfaces string
flow_controls NetworkingFlowControlType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_requested_flow_control(string [] interfaces,NetworkingFlowControlType [] flow_controls, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_requested_flow_control", new object[] {
            interfaces,
            flow_controls}, callback, asyncState);
        }
NetworkingInterfaces