Interface IEventSubscription

Interface representing an event subscription.

interface IEventSubscription {
    Cancel(): boolean;
}

Methods

Methods

  • Cancels the event subscription.

    Returns boolean

    • Returns true if the cancellation was successful, false otherwise.

Generated using TypeDoc