IHubContext<THub,T>.Clients 属性

定义

IHubClients<T>获取可用于在连接到中心的客户端上调用方法的 。

public:
 property Microsoft::AspNetCore::SignalR::IHubClients<T> ^ Clients { Microsoft::AspNetCore::SignalR::IHubClients<T> ^ get(); };
public Microsoft.AspNetCore.SignalR.IHubClients<T> Clients { get; }
member this.Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T (requires 'T : null)>
Public ReadOnly Property Clients As IHubClients(Of T)

属性值

适用于