Enum StateConsistencyLevel
State consistency level (depends on state store support).
Assembly: Taskurai.dll
Declaration
public enum StateConsistencyLevel
Fields
None
None.
Declaration
None = 0
Strong
Strong.
Declaration
Strong = 1
BoundedStaleness
BoundedStaleness.
Declaration
BoundedStaleness = 2
Session
Session.
Declaration
Session = 3
ConsistentPrefix
ConsistentPrefix.
Declaration
ConsistentPrefix = 4
Eventual
Eventual.
Declaration
Eventual = 5