public void set_filter_match_algorithm(
		string [] handlers,
		string [] [] subscriptions,
		string [] [] [] filters,
		iCallMatchAlgorithm [] [] [] algorithms
	)
        {
            this.Invoke("set_filter_match_algorithm", new object [] {
                handlers,
                subscriptions,
                filters,
                algorithms});
        }
 public System.IAsyncResult Beginset_filter_match_algorithm(string [] handlers,string [] [] subscriptions,string [] [] [] filters,iCallMatchAlgorithm [] [] [] algorithms, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_filter_match_algorithm", new object[] {
     handlers,
     subscriptions,
     filters,
     algorithms}, callback, asyncState);
 }