GrainState<T>
class
Namespace: Orleans
Default implementation of
Orleans.IGrainState. [Orleans.GenerateSerializer]public sealed class GrainState<T> : IGrainState<T>Constructors
GrainState<T>Initializes a new instance of theOrleans.GrainStateclass.GrainState<T>(T)Initializes a new instance of theOrleans.GrainStateclass.GrainState<T>(T, string)Initializes a new instance of theOrleans.GrainStateclass.
Properties
ETagGets or sets the ETag that allows optimistic concurrency checks at the storage provider level.RecordExistsGets or sets a value indicating whether the record exists in storage.StateGets or sets the state.
