Message sent by the Notification System
| C# | Visual Basic | Visual C++ |
public struct NotificationMessage
Public Structure NotificationMessage
public value class NotificationMessage
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Argument |
An optional argument specified by the sender of the message.
| |
| Equality(NotificationMessage, NotificationMessage) |
Determines whether the specified Acrux.Threading.Notifications.NotificationMessage is equal to the current Acrux.Threading.Notifications.NotificationMessage.
| |
| Equals(Object) |
Determines whether the specified Acrux.Threading.Notifications.NotificationMessage is equal to the current Acrux.Threading.Notifications.NotificationMessage.
(Overrides ValueType.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for the Acrux.Threading.Notifications.NotificationMessage type.
(Overrides ValueType.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Inequality(NotificationMessage, NotificationMessage) |
Determines whether the specified Acrux.Threading.Notifications.NotificationMessage is different from the current Acrux.Threading.Notifications.NotificationMessage.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Message |
An object to be delivered to the subscribers, specified by the sender of the message.
| |
| MessageId |
The message ID as specified by the sender of the message.
| |
| PostedTimeStamp |
The time the message has been queued for delivery by the Notification System
| |
| Sender |
The sender of the message.
| |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| UniqueId |
A process-wide unique id of the message.
|