IHubContext<THub,T>.Clients Eigenschaft

Definition

Ruft eine ab IHubClients<T> , die zum Aufrufen von Methoden auf Clients verwendet werden kann, die mit dem Hub verbunden sind.

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)

Eigenschaftswert

Gilt für: