Indicates the relative priority of the Subscription. When more than one Subscription needs to send Notifications,
the Server should de-queue a Publish request to the Subscription with the highest priority number.
For Subscriptions with equal priority the Server should de-queue Publish requests in a round-robin fashion.
A Client that does not require special priority settings should set this value to zero.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SubscriptionTemplate
Dim value As Byte
value = instance.priority
instance.priority = value
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also