Solclient
SessionPropertiesSubscriberNetworkPriority Property |
Subscriber priorities are used to choose a client to receive messages that are sent with the DeliverToOne property set to true.
These messages are sent to the subscriber with the highest priority. Subscribers have two priorities; this priority (SubscriberNetworkPriority)
is for messages published on appliances other than the one that the client is connected to.
Valid range is 1..4. Default: 1
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int SubscriberNetworkPriority { get; set; }
Public Property SubscriberNetworkPriority As Integer Get Set
public: property int SubscriberNetworkPriority { int get (); void set (int value); }
Property Value
Type: Int32See Also