iControl.NetworkingInterfaces.Beginget_requested_flow_control C# (CSharp) Method

Beginget_requested_flow_control() public method

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