WebPubSubThrottleByUserIdRule.MaxCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.
public int? MaxCount { get; set; }
member this.MaxCount : Nullable<int> with get, set
Public Property MaxCount As Nullable(Of Integer)