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