iControl.iCallPerpetualHandler.Beginremove_filter C# (CSharp) Method

Beginremove_filter() public method

public Beginremove_filter ( 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 Beginremove_filter(string [] handlers,string [] [] subscriptions,string [] [] [] filters, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_filter", new object[] {
            handlers,
            subscriptions,
            filters}, callback, asyncState);
        }
iCallPerpetualHandler