C#
C++
F#
VB
IContinuationToken Interface
An interface required for continuation token types.
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.