Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseManager

Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    Returns BaseManager

Properties

Private _disposed

_disposed: any

Private _isDisposed

_isDisposed: any

Abstract connectionFailure

connectionFailure: ISignal<BaseManager, Error>

A signal emitted when there is a connection failure.

Abstract isReady

isReady: boolean

Test whether the manager is ready.

Abstract ready

ready: Promise<void>

A promise that fulfills when the manager is ready.

Readonly serverSettings

serverSettings: ISettings

The server settings of the manager.

Accessors

disposed

  • get disposed(): ISignal<this, void>
  • A signal emitted when the delegate is disposed.

    Returns ISignal<this, void>

isDisposed

  • get isDisposed(): boolean
  • Test whether the delegate has been disposed.

    Returns boolean

Methods

dispose

  • dispose(): void
  • Dispose of the delegate and invoke the callback function.

    Returns void

Generated using TypeDoc