IMessage.Redelivered Property

Solclient

IMessageRedelivered Property
version: 7.2.1.27
Applies only when DeliveryMode is MessageDeliveryMode.PERSISTENT or MessageDeliveryMode.NON_PERSISTENT. Indicates if the message has been delivered by the appliance to the API before.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
bool Redelivered { get; }
ReadOnly Property Redelivered As Boolean
	Get
property bool Redelivered {
	bool get ();
}

Property Value

Type: Boolean
See Also