你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueueContinuationToken 类

定义

表示队列服务返回的继续标记。

[System.Serializable]
public sealed class QueueContinuationToken : Microsoft.Azure.Storage.IContinuationToken
[<System.Serializable>]
type QueueContinuationToken = class
    interface IContinuationToken
Public NotInheritable Class QueueContinuationToken
Implements IContinuationToken
继承
QueueContinuationToken
属性
实现

构造函数

QueueContinuationToken()

表示队列服务返回的继续标记。

属性

NextMarker

获取或设置用于 CloudQueue 枚举操作的后续结果的下一个标记。

TargetLocation

获取或设置继续标记应用到的存储位置。

方法

GetSchema()

获取 对象的 XML 表示形式。

ReadXmlAsync(XmlReader)

从 XML 表示形式生成可序列化的继续标记。

WriteXml(XmlWriter)

将可序列化的继续标记转换为其 XML 表示形式。

适用于