iControl.iCallPerpetualHandler.Beginadd_subscription C# (CSharp) Method

Beginadd_subscription() public method

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