HubOptions.MaximumParallelInvocationsPerClient Property

Definition

By default a client is only allowed to invoke a single Hub method at a time. Changing this property will allow clients to invoke multiple methods at the same time before queueing.

public:
 property int MaximumParallelInvocationsPerClient { int get(); void set(int value); };
public int MaximumParallelInvocationsPerClient { get; set; }
member this.MaximumParallelInvocationsPerClient : int with get, set
Public Property MaximumParallelInvocationsPerClient As Integer

Property Value

Applies to