| Message Properties |
The Message type exposes the following members.
| Name | Description | |
|---|---|---|
| AsElement |
Gets the contents of this Message as a read-only Element.
| |
| CorrelationID |
Gets the correlationId associated with this message.
| |
| CorrelationIDs |
Gets an enumerable collection of all collectionIds associated with this message.
| |
| Elements |
Gets the enumerable collection of elements.
| |
| FragmentType |
Gets the fragment type of this message.
| |
| IsValid | ||
| ItemString |
This is the same as calling
GetElement(name).
| |
| ItemString, Int32 |
This is the same as calling
GetElement(name).
GetValue(index).
| |
| MessageType |
Gets the Name constant representing the type of the message.
| |
| NumCorrelationIDs |
Gets the number of correlation ids associated with this message.
| |
| NumElements |
Gets the number of elements contained by this message.
| |
| RecapType |
Gets the recap type of this message.
| |
| Service |
Gets the Service associated with this message. Returns null if this
method is not associated with a service.
| |
| TimeReceived |
Gets the timestamp in System.DateTime in UTC, when the
message was received by the library. The value is DateTime(0) | |
| TopicName |
Gets the topic string associated with this message. Returns an empty
string if there is no topic associated with this message.
|