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