ServiceEventArgs class
Defines payload for any Service message event Added in version 1.9.0
- Extends
Constructors
Service |
Creates and initializes an instance of this class. |
Properties
event |
|
json |
|
session |
Represents the session identifier. |
Constructor Details
ServiceEventArgs(string, string, string)
Creates and initializes an instance of this class.
new ServiceEventArgs(json: string, name: string, sessionId?: string)
Parameters
- json
-
string
json payload of the USP message.
- name
-
string
- sessionId
-
string
Property Details
eventName
string eventName
Property Value
string
jsonString
string jsonString
Property Value
string
sessionId
Represents the session identifier.
string sessionId
Property Value
string
Represents the session identifier.