次の方法で共有


HubConnectionStore.Enumerator(HubConnectionStore) コンストラクター

定義

の上に を HubConnectionStore.Enumerator 構築します HubConnectionStore

public:
 Enumerator(Microsoft::AspNetCore::SignalR::HubConnectionStore ^ hubConnectionList);
public Enumerator (Microsoft.AspNetCore.SignalR.HubConnectionStore hubConnectionList);
new Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator : Microsoft.AspNetCore.SignalR.HubConnectionStore -> Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator
Public Sub New (hubConnectionList As HubConnectionStore)

パラメーター

hubConnectionList
HubConnectionStore

列挙する接続のストア。

適用対象