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)

属性值

适用于