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);
 }
        public void set_requested_flow_control(
		string [] interfaces,
		NetworkingFlowControlType [] flow_controls
	)
        {
            this.Invoke("set_requested_flow_control", new object [] {
                interfaces,
                flow_controls});
        }