DynamicHub.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::DynamicHubClients ^ Clients { Microsoft::AspNetCore::SignalR::DynamicHubClients ^ get(); void set(Microsoft::AspNetCore::SignalR::DynamicHubClients ^ value); };
public Microsoft.AspNetCore.SignalR.DynamicHubClients Clients { get; set; }
member this.Clients : Microsoft.AspNetCore.SignalR.DynamicHubClients with get, set
Public Property Clients As DynamicHubClients

Property Value

Applies to