共用方式為


IGrainState<T> 介面

定義

定義粒紋的狀態

public interface IGrainState<T>
type IGrainState<'T> = interface
Public Interface IGrainState(Of T)

類型參數

T

基礎狀態類型。

衍生

屬性

ETag

取得或設定ETag,允許在記憶體提供者層級進行開放式並行檢查。

RecordExists

取得或設定值,指出記錄是否存在於記憶體中。

State

取得或設定狀態。

適用於