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>