iControl.NetworkingInterfaces.set_requested_flow_control C# (CSharp) Méthode

set_requested_flow_control() private méthode

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