IHubContext.Clients Property

Definition

Gets a IHubClients that can be used to invoke methods on clients connected to the hub.

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

Property Value

Applies to