Share via


Message.GetBody<T> Method ()

 

Gets the message body.

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

Syntax

public T GetBody<T>()
public:
generic<typename T>
T GetBody()
member GetBody<'T> : unit -> 'T
Public Function GetBody(Of T) As T

Return Value

Type: T

The deserialized object or graph.

Type Parameters

  • T
    The type to which the message body will be deserialized.

See Also

GetBody Overload
Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top