'Declaration
Public Function New( _ ByVal publishingInterval As Integer, _ ByVal priority As Byte _ )
'Usage
Dim publishingInterval As Integer Dim priority As Byte Dim instance As New UASubscriptionParameters(publishingInterval, priority)
public UASubscriptionParameters( int publishingInterval, byte priority )
public: UASubscriptionParameters( int publishingInterval, byte priority )
Parameters
- publishingInterval
- The publishing interval (in milliseconds). Defines the cyclic rate that the Subscription is requested to return Notifications to the Client.
Valid values of this parameter are in the range from
0
to2147483647 (Int32.MaxValue)
. - priority
- Indicates the relative priority of the Subscription.