IGrainState<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the state of a grain
public interface IGrainState<T>
type IGrainState<'T> = interface
Public Interface IGrainState(Of T)
Type Parameters
- T
The underlying state type.
- Derived
Properties
ETag |
Gets or sets the ETag that allows optimistic concurrency checks at the storage provider level. |
RecordExists |
Gets or sets a value indicating whether the record exists in storage. |
State |
Gets or sets the state. |