Message.GetBody<T> Method (XmlObjectSerializer)
Deserializes the message body into an object of the specified type by using the supplied XmlObjectSerializer.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- bodySerializer
-
Type:
System.Runtime.Serialization.XmlObjectSerializer
The serializer object.
Return Value
Type: TThe deserialized object or graph.
Type Parameters
- T
The type to which the message body will be deserialized.
Show: