UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.NotificationMessageReceivedEventArgs Class Reference

The event arguments provided when a NotificationMessageReceived occurs. More...

Inherits EventArgs.

Properties

NotificationMessage NotificationMessage [get, set]
 Gets the notification message. More...
 
bool Republish [get, set]
 Whether the message was returned in a Republish operation. More...
 
bool Confirmed [get, set]
 Gets or sets a value indicating whether this message should be confirmed. More...
 

Detailed Description

The event arguments provided when a NotificationMessageReceived occurs.

Property Documentation

bool UnifiedAutomation.UaClient.NotificationMessageReceivedEventArgs.Confirmed
getset

Gets or sets a value indicating whether this message should be confirmed.

true if the message has been confirmed; otherwise, false.

NotificationMessage UnifiedAutomation.UaClient.NotificationMessageReceivedEventArgs.NotificationMessage
getset

Gets the notification message.

bool UnifiedAutomation.UaClient.NotificationMessageReceivedEventArgs.Republish
getset

Whether the message was returned in a Republish operation.


The documentation for this class was generated from the following file: