iControl.iCallPerpetualHandler.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);
        }
iCallPerpetualHandler