public System.IAsyncResult Beginset_nagle_algorithm_mode(string [] profile_names,LocalLBProfileTCPProfileTCPMode [] modes, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_nagle_algorithm_mode", new object[] {
     profile_names,
     modes}, callback, asyncState);
 }
        public void set_nagle_algorithm_mode(
		string [] profile_names,
		LocalLBProfileTCPProfileTCPMode [] modes
	)
        {
            this.Invoke("set_nagle_algorithm_mode", new object [] {
                profile_names,
                modes});
        }