Message Constructor (Object, XmlObjectSerializer)

 

Initializes a new instance of the Message class.

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

public Message(
	object content,
	XmlObjectSerializer bodySerializer
)

Parameters

content
Type: System.Object

The content of the message.

bodySerializer
Type: System.Runtime.Serialization.XmlObjectSerializer

The object serializer.

Return to top
Show: