TransactionalStateStorageTestRunnerxUnit<TState> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public abstract class TransactionalStateStorageTestRunnerxUnit<TState> : Orleans.Transactions.TestKit.TransactionalStateStorageTestRunner<TState> where TState : class, ITestState, new()
public abstract class TransactionalStateStorageTestRunnerxUnit<TState> : Orleans.Transactions.TestKit.TransactionalStateStorageTestRunner<TState> where TState : class, new()
type TransactionalStateStorageTestRunnerxUnit<'State (requires 'State : null and 'State :> ITestState and 'State : (new : unit -> 'State))> = class
inherit TransactionalStateStorageTestRunner<'State (requires 'State : null and 'State :> ITestState and 'State : (new : unit -> 'State))>
type TransactionalStateStorageTestRunnerxUnit<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
inherit TransactionalStateStorageTestRunner<'State (requires 'State : null and 'State : (new : unit -> 'State))>
Public MustInherit Class TransactionalStateStorageTestRunnerxUnit(Of TState)
Inherits TransactionalStateStorageTestRunner(Of TState)
类型参数
- TState
- 继承
-
TransactionalStateStorageTestRunnerxUnit<TState>