ServiceConnectionLostEvent#
Class ServiceConnectionLostEvent
Hierarchy
- WebVisEvent
- ServiceConnectionLostEvent
Index
Constructors
Properties
Constructors
constructor
- new
Service Connection Lost Event(service: string, status: number): ServiceConnectionLostEvent -
This event occurs if the connection to a service has been lost.
Parameters
-
service: string
The name of the service.
-
status: number
The status code of the connection.
Returns ServiceConnectionLostEvent
-
Properties
id
id: number
service
service: string
status
status: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
SERVICE_CONNECTION_LOST