iControl.iCallPerpetualHandler.Beginget_filter C# (CSharp) Method

Beginget_filter() public method

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