BrokeredMessage.GetBody Method
Gets the brokered message body.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetBody<T>() | Deserializes the brokered message body into an object of the specified type by using the DataContractSerializer with a binary XmlDictionaryReader. |
|
GetBody<T>(XmlObjectSerializer) | Deserializes the brokered message body into an object of the specified type by using the supplied XmlObjectSerializer. |