Condividi tramite


IHubContext<THub>.Clients Proprietà

Definizione

Ottiene un oggetto IHubClients che può essere usato per richiamare i metodi nei client connessi all'hub.

public:
 property Microsoft::AspNetCore::SignalR::IHubClients ^ Clients { Microsoft::AspNetCore::SignalR::IHubClients ^ get(); };
public Microsoft.AspNetCore.SignalR.IHubClients Clients { get; }
member this.Clients : Microsoft.AspNetCore.SignalR.IHubClients
Public ReadOnly Property Clients As IHubClients

Valore della proprietà

Si applica a