Hub.Clients Propriété

Définition

Obtient ou définit un objet qui peut être utilisé pour appeler des méthodes sur les clients connectés à ce 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

Valeur de propriété

S’applique à