Share via


ServerlessHub.Clients Property

Definition

Gets an object that can be used to invoke methods on the clients connected to this 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