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>)

事务状态的存储接口

适用于