Enum ConnectionStatus
- Namespace
- DynamicData.Kernel
- Assembly
- DynamicData.dll
Connectable cache status.
public enum ConnectionStatus
Fields
Completed = 3
The stream has completed. No more status updates will be received.
Errored = 2
There has been a error and the stream has stopped. No more status updates will be received.
Loaded = 1
Status set to loaded when first batch of data has been received. Remains loaded until the cache is disposed or faults.
Pending = 0
Status set to pending until first batch of data is received.