public System.IAsyncResult Beginset_congestion_control_mode(string [] profile_names,LocalLBProfileTCPCongestionControlMode [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_congestion_control_mode", new object[] {
     profile_names,
     values}, callback, asyncState);
 }
        public void set_congestion_control_mode(
		string [] profile_names,
		LocalLBProfileTCPCongestionControlMode [] values
	)
        {
            this.Invoke("set_congestion_control_mode", new object [] {
                profile_names,
                values});
        }