'Declaration
Public Function New( _ ByVal publishingInterval As Integer _ )
'Usage
Dim publishingInterval As Integer Dim instance As New UASubscriptionParameters(publishingInterval)
public UASubscriptionParameters( int publishingInterval )
public: UASubscriptionParameters( int publishingInterval )
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)
.