IMessage.ADMessageId Property

Solclient

IMessageADMessageId Property
version: 7.2.1.27
Applies to received messages only with DeliveryMode MessageDeliveryMode.PERSISTENT or MessageDeliveryMode.NON_PERSISTENT. Represents the message Id of a Guaranteed message and can be used when acknowledging such a message. If not available 0 is returned.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
long ADMessageId { get; }
ReadOnly Property ADMessageId As Long
	Get
property long long ADMessageId {
	long long get ();
}

Property Value

Type: Int64
See Also