Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a callback for event listener detaching or other forms of generic resource clean-up.

Hierarchy

  • IDisposable

Index

Methods

Methods

dispose

  • dispose(): void
  • Performs the detaching, unsubscription, or ther forms of generic resource clean-up.

    remarks

    The function allows to be called multiple times. However, if the first call to this function does not throw any error, so should the later calls. In most cases, Only the first call is truly effective.

    Returns void

Generated using TypeDoc