Share via


Message.GetBody Method

 

Gets the message body.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Overload List

Name Description
System_CAPS_pubmethod GetBody<T>()

Gets the message body.

System_CAPS_pubmethod GetBody<T>(XmlObjectSerializer)

Deserializes the message body into an object of the specified type by using the supplied XmlObjectSerializer.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top