IMessage.DiscardIndication Property

Solclient

IMessageDiscardIndication Property
version: 7.2.1.27
Returns true if one or more messages have been discarded prior to the current message, otherwise it returns false. Indicates congestion discards only and is not affected by message eliding.

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

Property Value

Type: Boolean
See Also