IContinuationToken Interface

Definition

An interface required for continuation token types.

public interface IContinuationToken
type IContinuationToken = interface
Public Interface IContinuationToken
Derived

Remarks

The BlobContinuationToken, and QueueContinuationToken classes implement the IContinuationToken interface.

Properties

TargetLocation

Gets the location that the token applies to.

Applies to