IContinuationToken Interface (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
IContinuationToken Interface
An interface required for continuation token types.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Properties
Name Description 
TargetLocationTargetLocationTargetLocationTargetLocation
Gets the location that the token applies to.
Remarks
The TableContinuationToken, BlobContinuationToken,
and QueueContinuationToken classes implement the IContinuationToken interface.
Return to top
An interface required for continuation token types.
Syntax
Properties
| Name | Description | |
|---|---|---|
| TargetLocationTargetLocationTargetLocationTargetLocation | Gets the location that the token applies to. |
Remarks
The TableContinuationToken, BlobContinuationToken, and QueueContinuationToken classes implement the IContinuationToken interface.