IHubContext<THub,T>.Clients Propriété

Définition

Obtient un IHubClients<T> qui peut être utilisé pour appeler des méthodes sur les clients connectés au hub.

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)

Valeur de propriété

S’applique à