Click or drag to resize

Message Properties

The Message type exposes the following members.

Properties
  NameDescription
Public propertyBroadcasterAssembly
Gets or sets the broadcaster assembly name.
Public propertyBroadcasterIdentifier
Gets or sets a text identifiying the broadcaster.
Public propertyDescription
Gets or sets a text describing the message purpose.
Public propertyExpectedResponseId
Gets or sets a value indicating whether this message is expecting a response. The response has to use this id in its ResponseId.
Public propertyParameters
Gets or sets a list of custom values.
Public propertyReceiverIdentifier
Gets or sets a text identifiying the receiver.
Public propertyResponseId
Gets or sets the response id indicating this message is a response to another message Once sent, the message will trigger the corresponding callback.
Public propertyTag
Gets or sets the tag representing the type or category of the message.
Top
See Also