Message::SequenceNumber Property

 

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

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property long long SequenceNumber {
	long long get();
	internal: void set(long long value);
}

Property Value

Type: System::Int64

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

Return to top
Show: