次の方法で共有


HubOptions.MaximumParallelInvocationsPerClient プロパティ

定義

既定では、クライアントは一度に 1 つの Hub メソッドのみを呼び出すことができます。 このプロパティを変更すると、クライアントはキューに入る前に複数のメソッドを同時に呼び出すことができます。

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

プロパティ値

適用対象