共用方式為


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)

屬性值

適用於