HubOptions.MaximumParallelInvocationsPerClient 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據預設,用戶端一次只能叫用單一 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