Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

An interface required for continuation token types.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public interface IContinuationToken
 
public interface class IContinuationToken
 
type IContinuationToken = interface end
 
Public Interface IContinuationToken

Properties

NameDescription
System_CAPS_pubpropertyTargetLocationTargetLocationTargetLocationTargetLocation

Gets the location that the token applies to.

Remarks

The TableContinuationToken, BlobContinuationToken, and QueueContinuationToken classes implement the IContinuationToken interface.

Return to top