iControl.iCallPerpetualHandler.Beginset_subscription_event C# (CSharp) Method

Beginset_subscription_event() public method

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