Microsoft_WindowsAzure
[ class tree: Microsoft_WindowsAzure ] [ index: Microsoft_WindowsAzure ] [ all elements ]

Class: Microsoft_WindowsAzure_Storage_QueueMessage

Source Location: /WindowsAzure/Storage/QueueMessage.php

Class Overview

Microsoft_WindowsAzure_Storage_StorageEntityAbstract
   |
   --Microsoft_WindowsAzure_Storage_QueueMessage



Author(s):

Copyright:

  • Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)

Methods


Inherited Variables

Inherited Methods


Class Details

[line 56]


Tags:

property:  string $MessageId: Message ID
property:  string $InsertionTime: Insertion time
property:  string $ExpirationTime: Expiration time
property:  string $PopReceipt: Receipt verification for deleting the message from queue.
property:  string $TimeNextVisible: Next time the message is visible in the queue
property:  int $DequeueCount: Number of times the message has been dequeued. This value is incremented each time the message is subsequently dequeued.
property:  string $MessageText: Message text
copyright:  Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Methods


constructor __construct [line 70]

Microsoft_WindowsAzure_Storage_QueueMessage __construct( string $messageId, string $insertionTime, string $expirationTime, string $popReceipt, string $timeNextVisible, int $dequeueCount, string $messageText)

Constructor



Tags:

access:  public


Parameters:

string   $messageId   Message ID
string   $insertionTime   Insertion time
string   $expirationTime   Expiration time
string   $popReceipt   Receipt verification for deleting the message from queue.
string   $timeNextVisible   Next time the message is visible in the queue
int   $dequeueCount   Number of times the message has been dequeued. This value is incremented each time the message is subsequently dequeued.
string   $messageText   Message text

[ Top ]


Documentation generated on Wed, 18 May 2011 12:06:46 +0200 by phpDocumentor 1.4.3