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

ServiceBusReceivedMessage.ExpiresAt 属性

定义

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

public DateTimeOffset ExpiresAt { get; }
member this.ExpiresAt : DateTimeOffset
Public ReadOnly Property ExpiresAt As DateTimeOffset

属性值

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

例外

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

注解

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

适用于