public void set_remote_log_facility(
		string [] logprof_names,
		ASMLoggingRemoteFacility [] remote_log_facilities
	)
        {
            this.Invoke("set_remote_log_facility", new object [] {
                logprof_names,
                remote_log_facilities});
        }
 public System.IAsyncResult Beginset_remote_log_facility(string [] logprof_names,ASMLoggingRemoteFacility [] remote_log_facilities, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_remote_log_facility", new object[] {
     logprof_names,
     remote_log_facilities}, callback, asyncState);
 }