Skip to content

GrainState<T>

class

Namespace: Orleans

Default implementation of Orleans.IGrainState.
[Orleans.GenerateSerializer]
public sealed class GrainState<T> : IGrainState<T>

Constructors

Properties

  • ETagGets 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.