NotificationEventArgs Properties |
The NotificationEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Gets the notification data. Can be a plain text message or some encoded data.
|
![]() | TransactionName |
Gets the name of the object transaction that issued the notification.
|
![]() | Type |
The notification class. Can be WARNING, ERROR, or any custom notification type.
|
![]() | User |
If not null this is the user that should receive the notification.
|