This topic has not yet been rated - Rate this topic

BrokeredMessage.Size Property

Gets the size of the message in bytes.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public long Size { get; }

Property Value

Type: System.Int64
The message size in bytes.
Exception Condition
ObjectDisposedException

Thrown if the message is in disposed state.

To get an accurate value for the size of a BrokeredMessage, you should read the Size property after completing the Send/Receive operation on the BrokeredMessage.

Did you find this helpful?
(1500 characters remaining)