ITransactionalStateStorage<TState> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
事务状态的存储接口
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>) |
事务状态的存储接口 |