iControl.iCallPerpetualHandler.Beginremove_subscription C# (CSharp) Method

Beginremove_subscription() public method

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