iControl.iCallPerpetualHandler.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);
        }
iCallPerpetualHandler