Interface | Description |
---|---|
NotificationListener |
This interface is used to register to receive remote notifications from the server.
|
Class | Description |
---|---|
MonitoringNotificationMessage | |
Notification |
A base class for both notification request and result objects.
|
NotificationMessage |
This class represents a notification message sent back from the server in
response to a notification request issued by the client.
|
NotificationRequest |
This class represents a notification request sent by the client to the server to
subscribe for the updates on a given job id status changes.
|
Enum | Description |
---|---|
eNotificationMessageType |
The enumerator for NotificationType property.
|
NotificationType |
Notification mechanism to use (UDP callback or periodic polling)
|