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)
.
Return Value
Returns the subscription parameters object with the specified publishing interval.
This method never returns null
(Nothing
in Visual Basic).