Queue Class
Updated: October 22, 2012
Represents the metadata of the queue.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | Queue(String, String) | Initializes a new instance of the Queue class with the specified relative path. |
| Name | Description | |
|---|---|---|
![]() | Connection | Gets or sets the connection string to the Microsoft Azure service.(Inherited from Entity.) |
![]() | Path | Gets the name of the queue. |
![]() | Token | Gets or sets the token to the Azure service.(Inherited from Entity.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateAsync(String, String) | Asynchronously initializes a new instance of the Queue class with the specified path and connection string. |
![]() ![]() | CreateAsync(String, String, QueueSettings) | Asynchronously initializes a new instance of the Queue class with the specified path and connection string and settings. |
![]() ![]() | DeleteAsync(String, String) | Deletes the specified object in the queue. |
![]() | Dispose() | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OnMessage(Action(Of Message)) | Processes the queue message. |
![]() | OnMessage(Of T)(Action(Of T)) | Processes the queue message. |
![]() | ReceiveAsync(Of T)() | Begins an asynchronous request to receive data from a connected object. |
![]() | ReceiveAsync(Of T)(TimeSpan) | Begins an asynchronous request to receive data from a connected object with the specified server wait time. |
![]() | SendAsync(JsonObject) | Sends data asynchronously to a connected object with the specified json object. |
![]() | SendAsync(Message) | Sends data asynchronously to a connected object. |
![]() | SendAsync(Of T)(T) | Sends data asynchronously to a connected object with the specified message. |
![]() | ToString() | (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.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)