다음을 통해 공유


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

열거할 연결 저장소입니다.

적용 대상