iControl.iCallPerpetualHandler.Beginremove_all_subscriptions C# (CSharp) Method

Beginremove_all_subscriptions() public method

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