Hub.Clients 속성

정의

이 허브에 연결된 클라이언트에서 메서드를 호출하는 데 사용할 수 있는 개체를 가져오거나 설정합니다.

public:
 property Microsoft::AspNetCore::SignalR::IHubCallerClients ^ Clients { Microsoft::AspNetCore::SignalR::IHubCallerClients ^ get(); void set(Microsoft::AspNetCore::SignalR::IHubCallerClients ^ value); };
public Microsoft.AspNetCore.SignalR.IHubCallerClients Clients { get; set; }
member this.Clients : Microsoft.AspNetCore.SignalR.IHubCallerClients with get, set
Public Property Clients As IHubCallerClients

속성 값

적용 대상