iControl.iCallTriggeredHandler.Beginadd_subscription C# (CSharp) Метод

Beginadd_subscription() публичный Метод

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
Результат 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);
        }
iCallTriggeredHandler