HubConnection.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the state of the HubConnection to the server.
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