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

属性值

适用于