Share via


ITransactionalStateStorage<TState> 介面

定義

交易狀態的儲存體介面

public interface ITransactionalStateStorage<TState> where TState : class, new()
type ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> = interface
Public Interface ITransactionalStateStorage(Of TState)

類型參數

TState

狀態的類型

衍生

方法

Load()

交易狀態的儲存體介面

Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>)

交易狀態的儲存體介面

適用於