 | SessionPropertiesSubscriberNetworkPriority Property |
version: 10.22.0 Note: This API is now obsolete.
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: 10.22.0
Syntax[ObsoleteAttribute("Replaced by Shared Subscriptions")]
public int SubscriberNetworkPriority { get; set; }
Property Value
Type:
Int32
See Also