Acrux.Threading
NotificationMessage Structure
NamespacesAcrux.Threading.NotificationsNotificationMessage
Message sent by the Notification System
Declaration Syntax
C#Visual BasicVisual C++
public struct NotificationMessage
Public Structure NotificationMessage
public value class NotificationMessage
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)