Message Class

 

Updated: August 19, 2013

Represents the message in Microsoft Azure service.

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

System.Object
  Microsoft.WindowsAzure.Messaging.Message

[<Sealed>]
type Message = 
    class
        interface IDisposable
    end

NameDescription
System_CAPS_pubmethodMessage(Object)

Initializes a new instance of the Message class.

System_CAPS_pubmethodMessage(Object, XmlObjectSerializer)

Initializes a new instance of the Message class.

NameDescription
System_CAPS_pubpropertyContentType

Gets or sets the type of the content of the message body.

System_CAPS_pubpropertyCorrelationId

Gets or sets the identifier of the correlation.

System_CAPS_pubpropertyDeliveryCount

Gets the number of deliveries.

System_CAPS_pubpropertyEnqueuedTime

Gets or sets the date and time of the sent time.

System_CAPS_pubpropertyLabel

Gets or sets the application specific label.

System_CAPS_pubpropertyLockedUntil

Gets the date and time until which the message will be locked in the queue/subscription.

System_CAPS_pubpropertyLockToken

Gets the lock token assigned by Service Bus to this message.

System_CAPS_pubpropertyMessageId

Gets or sets the identifier of the message.

System_CAPS_pubpropertyProperties

Gets the application specific message properties.

System_CAPS_pubpropertyReplyTo

Gets or sets the address of the queue to reply to.

System_CAPS_pubpropertyReplyToSessionId

Gets or sets the session identifier to reply to.

System_CAPS_pubpropertyScheduledEnqueueTime

Gets or sets the date and time at which the message will be enqueued.

System_CAPS_pubpropertySequenceNumber

Gets the unique number assigned to a message by the Service Bus.

System_CAPS_pubpropertySessionId

Gets or sets the identifier of the session.

System_CAPS_pubpropertyTimeToLive

Gets or sets the message’s time to live value.

System_CAPS_pubpropertyTo

Gets or sets the send to address.

NameDescription
System_CAPS_pubmethodDispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetBody<'T>()

Gets the message body.

System_CAPS_pubmethodGetBody<'T>(XmlObjectSerializer)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: