IGrainState<T>
interface
Namespace: Orleans
Defines the state of a grain
public interface IGrainState<T>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.
