Click or drag to resize
QueuedMessage Properties
This API is preliminary and subject to change.

The QueuedMessage type exposes the following members.

Properties
  NameDescription
Public propertyAge
Gets the age of the message.
Public propertyBody
Gets the JSON body of the message as a dynamic JObject.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyHref
Gets the URI of the message resource.
Public propertyId
Gets the ID of the message.
Public propertyTimeToLive
Gets the time-to-live of the message.
Top
See Also