IGrainState<T> Interface

Definition

Defines the state of a grain

public interface IGrainState<T>
type IGrainState<'T> = interface
Public Interface IGrainState(Of 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