XpeProperties.ConsumerId Property

Solclient

XpePropertiesConsumerId Property
version: 7.2.1.27
The consumer id associated with the Xpe; this is used mainly to de-multiplex at the subscriber. The default is NULL_CONSUMERID.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public long ConsumerId { get; set; }
Public Property ConsumerId As Long
	Get
	Set
public:
property long long ConsumerId {
	long long get ();
	void set (long long value);
}

Property Value

Type: Int64
See Also