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

屬性值

適用於