Skip to content

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.
  • RecordExists Gets or sets a value indicating whether the record exists in storage.
  • State Gets or sets the state.