Edit

Share via


IGrainState<T> Interface

Definition

Defines the state of a grain

C#
public interface IGrainState<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.

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0