Düzenle

Aracılığıyla paylaş


TransactionalStateStorageTestRunner<TState>.stateFactory Field

Definition

protected Func<TState> stateFactory;
protected Func<int,TState> stateFactory;
val mutable stateFactory : Func<'State (requires 'State : null and 'State :> Orleans.Transactions.TestKit.ITestState and 'State : (new : unit -> 'State))>
val mutable stateFactory : Func<int, 'State (requires 'State : null and 'State : (new : unit -> 'State))>
Protected stateFactory As Func(Of TState) 
Protected stateFactory As Func(Of Integer, TState) 

Field Value

Func<TState>
Func<Int32,TState>

Applies to