EasyUA Reference
Priority Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Subscription Class : Priority Property

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 Subscription
Dim value As Byte
 
instance.Priority = value
 
value = instance.Priority
C# 
[DataMemberAttribute(7)]
public byte Priority {get; set;}

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.