Queue Class

 

Updated: October 22, 2012

Represents the metadata of the queue.

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

System.Object
  Microsoft.WindowsAzure.Messaging.Entity
    Microsoft.WindowsAzure.Messaging.Queue

Public NotInheritable Class Queue
	Inherits Entity

NameDescription
System_CAPS_pubmethodQueue(String, String)

Initializes a new instance of the Queue class with the specified relative path.

NameDescription
System_CAPS_pubpropertyConnection

Gets or sets the connection string to the Microsoft Azure service.(Inherited from Entity.)

System_CAPS_pubpropertyPath

Gets the name of the queue.

System_CAPS_pubpropertyToken

Gets or sets the token to the Azure service.(Inherited from Entity.)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(String, String)

Asynchronously initializes a new instance of the Queue class with the specified path and connection string.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(String, String, QueueSettings)

Asynchronously initializes a new instance of the Queue class with the specified path and connection string and settings.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(String, String)

Deletes the specified object in the queue.

System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the Entity class.(Inherited from Entity.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOnMessage(Action(Of Message))

Processes the queue message.

System_CAPS_pubmethodOnMessage(Of T)(Action(Of T))

Processes the queue message.

System_CAPS_pubmethodReceiveAsync(Of T)()

Begins an asynchronous request to receive data from a connected object.

System_CAPS_pubmethodReceiveAsync(Of T)(TimeSpan)

Begins an asynchronous request to receive data from a connected object with the specified server wait time.

System_CAPS_pubmethodSendAsync(JsonObject)

Sends data asynchronously to a connected object with the specified json object.

System_CAPS_pubmethodSendAsync(Message)

Sends data asynchronously to a connected object.

System_CAPS_pubmethodSendAsync(Of T)(T)

Sends data asynchronously to a connected object with the specified message.

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: