iControl.NetworkingInterfaces.set_requested_flow_control C# (CSharp) 메소드

set_requested_flow_control() 개인적인 메소드

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