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

Message.ExpiresAtUtc 属性

定义

获取消息设置为过期的 UTC 日期和时间。

public DateTime ExpiresAtUtc { get; }
member this.ExpiresAtUtc : DateTime
Public ReadOnly Property ExpiresAtUtc As DateTime

属性值

消息过期时间(UTC)。 此属性为只读。

例外

如果尚未收到消息,则为 。 例如,如果已创建新邮件,但尚未发送和接收。

注解

由于已过期而标记消息以供删除且无法再从实体中检索消息的即时 UTC。 过期由 属性控制, TimeToLive 此属性是从 EnqueuedTimeUtc+TimeToLive

适用于