- Namespace
- CondenserDotNet
.Client .Services - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["WatcherState"]
class Type type-node
Syntax
public enum WatcherState
Fields
| Name | Constant Value | Summary |
|---|---|---|
| NotInitialized | 0 |
static
|
| UsingCachedValues | 1 |
static
|
| UsingLiveValues | 2 |
static
|
