Message::GetBody<T> Method ()

 

Gets the message body.

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

public:
generic<typename T>
T GetBody()

Return Value

Type: T

The deserialized object or graph.

Type Parameters

T

The type to which the message body will be deserialized.

Return to top
Show: