iControl.iCallPerpetualHandler.Beginget_filter_match_algorithm C# (CSharp) Method

Beginget_filter_match_algorithm() public method

public Beginget_filter_match_algorithm ( string handlers, string subscriptions, string filters, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
filters string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_filter_match_algorithm(string [] handlers,string [] [] subscriptions,string [] [] [] filters, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_filter_match_algorithm", new object[] {
            handlers,
            subscriptions,
            filters}, callback, asyncState);
        }
iCallPerpetualHandler