Share via


Hub<T>.Clients 屬性

定義

取得或設定 , T 可用來叫用連線至這個中樞之用戶端上的方法。

public:
 property Microsoft::AspNetCore::SignalR::IHubCallerClients<T> ^ Clients { Microsoft::AspNetCore::SignalR::IHubCallerClients<T> ^ get(); void set(Microsoft::AspNetCore::SignalR::IHubCallerClients<T> ^ value); };
public Microsoft.AspNetCore.SignalR.IHubCallerClients<T> Clients { get; set; }
member this.Clients : Microsoft.AspNetCore.SignalR.IHubCallerClients<'T (requires 'T : null)> with get, set
Public Property Clients As IHubCallerClients(Of T)

屬性值

適用於