HubOptions.MaximumParallelInvocationsPerClient 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.
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