10.24.0

IMessageDeliveryCount Property

Gives the message delivery count.

Throws OperationErrorException when delivery count is not support on the delivery of the message.

Note messages from browser flows will have the delivery of the next consumer delivery not the current message delivery count from the endpoint.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
int DeliveryCount { get; }

Property Value

Int32

Exceptions

OperationErrorException Thrown when delivery count is not supported on the message.

See Also