public void set_filter_protocol(
		string [] logprof_names,
		ASMProtocolType [] filter_protocols
	)
        {
            this.Invoke("set_filter_protocol", new object [] {
                logprof_names,
                filter_protocols});
        }
 public System.IAsyncResult Beginset_filter_protocol(string [] logprof_names,ASMProtocolType [] filter_protocols, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_filter_protocol", new object[] {
     logprof_names,
     filter_protocols}, callback, asyncState);
 }