iControl.iCallPerpetualHandler.Beginset_filter_value C# (CSharp) Method

Beginset_filter_value() public method

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