'Declaration
Property Priority As Byte
'Usage
Dim instance As _UASubscriptionParameters Dim value As Byte instance.Priority = value value = instance.Priority
byte Priority {get; set;}
'Declaration
Property Priority As Byte
'Usage
Dim instance As _UASubscriptionParameters Dim value As Byte instance.Priority = value value = instance.Priority
byte Priority {get; set;}
"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."
In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments.SubscriptionParameters.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.