HubConnection.State Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique l’état du HubConnection au serveur.
public:
property Microsoft::AspNetCore::SignalR::Client::HubConnectionState State { Microsoft::AspNetCore::SignalR::Client::HubConnectionState get(); };
public Microsoft.AspNetCore.SignalR.Client.HubConnectionState State { get; }
member this.State : Microsoft.AspNetCore.SignalR.Client.HubConnectionState
Public ReadOnly Property State As HubConnectionState