Class BackendServiceConnection
Implements
- Disposable
Index
Constructors
Methods
Constructors
constructor
Returns BackendServiceConnection
Methods
[dispose]
Invoke to close this connection. This will cause onClose to be invoked
Returns void
[set Link]
Parameters
- link: LinkState
Returns void
emit
Emit an event to the client
Parameters
- event: string
- data: unknown
Returns void
on Close
Invoked when the client explicitly closed the connection
Returns void
Base class for service connections