Hub.Clients Property

Definition

Gets or sets an object that can be used to invoke methods on the clients connected to this hub.

public:
 property Microsoft::AspNetCore::SignalR::IHubCallerClients ^ Clients { Microsoft::AspNetCore::SignalR::IHubCallerClients ^ get(); void set(Microsoft::AspNetCore::SignalR::IHubCallerClients ^ value); };
public Microsoft.AspNetCore.SignalR.IHubCallerClients Clients { get; set; }
member this.Clients : Microsoft.AspNetCore.SignalR.IHubCallerClients with get, set
Public Property Clients As IHubCallerClients

Property Value

Applies to