QueueResultSegment Class (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
QueueResultSegment Class
Represents a segment of CloudQueue results, with continuation information for pagination scenarios.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Properties
Name Description 
ContinuationTokenContinuationTokenContinuationTokenContinuationToken
Gets the continuation token used to retrieve the next segment of CloudQueue results. Returns null if there are no more results.

ResultsResultsResultsResults
Gets an enumerable collection of CloudQueue results.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (Inherited from Object.)
Thread Safety
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
Represents a segment of CloudQueue results, with continuation information for pagination scenarios.
Syntax
Properties
| Name | Description | |
|---|---|---|
| ContinuationTokenContinuationTokenContinuationTokenContinuationToken | Gets the continuation token used to retrieve the next segment of CloudQueue results. Returns null if there are no more results. | |
| ResultsResultsResultsResults | Gets an enumerable collection of CloudQueue results. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.