Enum LiveSessionState
- Namespace
- DatabentoDotNet.Extensions.Hosting
- Assembly
- DatabentoDotNet.Extensions.Hosting.dll
Where a live session is in its lifecycle. Read by the health check.
public enum LiveSessionState
Fields
Faulted = 5The session failed.
LiveSessionRunner.Faultsays how.NotStarted = 0Constructed;
StartSessionAsynchas not been called.Reconnecting = 3The connection dropped and the backoff is running.
Running = 2Started, and reading records.
Starting = 1Connecting, authenticating, subscribing, or starting.
Stopped = 4The stream ended or the session was cancelled. Not a failure.