class NotificationEvent
Stores data related to notification events.
Class that stores data such as the notification event type and the originator of the event. To receive a notification event, this class is passed as an argument to a NotificationEventHandler::ProcessNotificationEvent
callback registered by using the NgsFacade::RegisterNotificationEventHandler
function.
NotificationEvent | Default constructor. | |
---|---|---|
GetSource | Gets the PrincipalID of the originator of the event. |
|
GetType | Gets the event type. | |
GetSubType | Gets the event subtype. | |
GetParam1 | Gets a parameter defined differently for each event type. | |
GetParam2 | Gets a parameter defined differently for each event type. | |
GetUInt64Param1 | Gets a parameter defined differently for each event type. | |
GetStringParam | Gets a parameter defined differently for each event type. |
GetUInt64Param1
function.
CONFIDENTIAL