EasyUA Reference
priority Field
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > SubscriptionTemplate Class : priority Field

Glossary Item Box

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
C# 
public byte priority

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.