iControl.iCallTriggeredHandler.Beginremove_all_filters C# (CSharp) Метод

Beginremove_all_filters() публичный Метод

public Beginremove_all_filters ( string handlers, string subscriptions, System callback, object asyncState ) : System.IAsyncResult
handlers string
subscriptions string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_all_filters(string [] handlers,string [] [] subscriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_filters", new object[] {
            handlers,
            subscriptions}, callback, asyncState);
        }
iCallTriggeredHandler