ListQueuesResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class ListQueuesResponse : Microsoft.WindowsAzure.Storage.Shared.Protocol.ResponseParsingBase<Microsoft.WindowsAzure.Storage.Queue.Protocol.QueueEntry>
type ListQueuesResponse = class
inherit ResponseParsingBase<QueueEntry>
Public NotInheritable Class ListQueuesResponse
Inherits ResponseParsingBase(Of QueueEntry)
- Inheritance
Constructors
| ListQueuesResponse(Stream) |
Fields
| allObjectsParsed | (Inherited from ResponseParsingBase<T>) |
| outstandingObjectsToParse | (Inherited from ResponseParsingBase<T>) |
| reader | (Inherited from ResponseParsingBase<T>) |
Properties
| ListingContext | |
| Marker | |
| MaxResults | |
| NextMarker | |
| ObjectsToParse | (Inherited from ResponseParsingBase<T>) |
| Prefix | |
| Queues | |
Methods
| Dispose() | (Inherited from ResponseParsingBase<T>) |
| Dispose(Boolean) | (Inherited from ResponseParsingBase<T>) |
| ParseXml() | (Inherited from ResponseParsingBase<T>) |
| Variable(Boolean) | (Inherited from ResponseParsingBase<T>) |