iControl.iCallPerpetualHandler.Beginset_filter_match_algorithm C# (CSharp) Method

Beginset_filter_match_algorithm() public method

public Beginset_filter_match_algorithm ( string handlers, string subscriptions, string filters, iCallMatchAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
algorithms iCallMatchAlgorithm
callback System
asyncState object
return System.IAsyncResult
        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);
        }
iCallPerpetualHandler