public void set_remote_protocol(
		string [] logprof_names,
		ASMLoggingRemoteProtocol [] remote_protocols
	)
        {
            this.Invoke("set_remote_protocol", new object [] {
                logprof_names,
                remote_protocols});
        }
 public System.IAsyncResult Beginset_remote_protocol(string [] logprof_names,ASMLoggingRemoteProtocol [] remote_protocols, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_remote_protocol", new object[] {
     logprof_names,
     remote_protocols}, callback, asyncState);
 }