Condividi tramite


IHubContext<THub,T>.Clients Proprietà

Definizione

Ottiene un oggetto IHubClients<T> che può essere usato per richiamare i metodi nei client connessi all'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)

Valore della proprietà

Si applica a