1 out of 2 rated this helpful - Rate this topic

CloudQueueMessage Members

Represents a message in a queue.

The following tables list the members exposed by the CloudQueueMessage type.

  Name Description
  CloudQueueMessage Overloaded.  
Top
  Name Description
public field static MaxMessageSize The maximum message size in bytes.
public field static MaxNumberOfMessagesToPeek The maximum number of messages that can be peeked at a time.
public field static MaxTimeToLive The maximum amount of time a message is kept in the queue.
Top
  Name Description
public property AsBytes Gets the content of the message as a byte array.
public property AsString Gets the content of the message, as a string.
public property DequeueCount Gets the number of times this message has been dequeued.
public property ExpirationTime Gets the time that the message expires.
public property Id Gets the message ID.
public property InsertionTime Gets the time that the message was added to the queue.
public property NextVisibleTime Gets the time that the message will next be visible.
public property PopReceipt Gets the message's pop receipt.
Top
(see also Protected Methods)
 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodSetMessageContentOverloaded.  
public methodToString  (Inherited from Object)
Top
  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.