WebPubSubThrottleByUserIdRule.MaxCount Property

Definition

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)

Property Value

Applies to