iControl.NetworkingInterfaces.set_requested_flow_control C# (CSharp) Method

set_requested_flow_control() private method

private set_requested_flow_control ( string interfaces, NetworkingFlowControlType flow_controls ) : void
interfaces string
flow_controls NetworkingFlowControlType
return void
        public void set_requested_flow_control(
		string [] interfaces,
		NetworkingFlowControlType [] flow_controls
	)
        {
            this.Invoke("set_requested_flow_control", new object [] {
                interfaces,
                flow_controls});
        }
NetworkingInterfaces