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