NotificationType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The NotificationType class contains information about the subscription and the events that have occurred since the last notification.
public ref class NotificationType
public class NotificationType
Public Class NotificationType
- Inheritance
-
NotificationType
Constructors
NotificationType() |
The NotificationType constructor initializes a new instance of the NotificationType class. |
Properties
Items |
The Items property gets or sets an array of items. |
ItemsElementName |
The ItemsElementName property gets or sets an array of elements of the type ItemsChoiceType3 that specifies the type of response for each corresponding element in the Items property. |
MoreEvents |
The MoreEvents property gets or sets a value that indicates whether more events to be delivered to the client exist in the queue. |
MoreEventsSpecified | |
PreviousWatermark |
The PreviousWatermark property gets or sets the watermark of the latest event that was successfully communicated to the client for the subscription. |
SubscriptionId |
The SubscriptionId property gets or sets the identifier for a subscription. |