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

BrokeredMessage.SequenceNumber Property

Definition

Gets the unique number assigned to a message by the Service Bus.

public long SequenceNumber { get; }
member this.SequenceNumber : int64
Public ReadOnly Property SequenceNumber As Long

Property Value

The unique number assigned to a message by the Service Bus.

Exceptions

Thrown if the message is in disposed state.

Thrown if the message was not received from the message server.

Applies to