iControl.iCallPerpetualHandler.Beginget_subscription_event C# (CSharp) Method

Beginget_subscription_event() public method

public Beginget_subscription_event ( 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_subscription_event(string [] handlers,string [] [] subscriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_subscription_event", new object[] {
            handlers,
            subscriptions}, callback, asyncState);
        }
iCallPerpetualHandler