JournaledGrain<TGrainState,TEventBase> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
JournaledGrain<TGrainState,TEventBase>() |
初始化 JournaledGrain<TGrainState,TEventBase> 類別的新執行個體。 |
JournaledGrain<TGrainState,TEventBase>(IGrainIdentity, IGrainRuntime) |
此建構函式特別適用于單元測試,其中測試程式碼可以建立 Grain,並使用測試雙精度浮點數 (模擬/存根來取代 IGrainIdentity、IGrainRuntime 和 State) 。 |
JournaledGrain<TGrainState,TEventBase>()
初始化 JournaledGrain<TGrainState,TEventBase> 類別的新執行個體。
protected JournaledGrain ();
Protected Sub New ()
適用於
JournaledGrain<TGrainState,TEventBase>(IGrainIdentity, IGrainRuntime)
此建構函式特別適用于單元測試,其中測試程式碼可以建立 Grain,並使用測試雙精度浮點數 (模擬/存根來取代 IGrainIdentity、IGrainRuntime 和 State) 。
protected JournaledGrain (Orleans.Core.IGrainIdentity identity, Orleans.Runtime.IGrainRuntime runtime);
new Orleans.EventSourcing.JournaledGrain<'GrainState, 'EventBase (requires 'GrainState : null and 'GrainState : (new : unit -> 'GrainState) and 'EventBase : null)> : Orleans.Core.IGrainIdentity * Orleans.Runtime.IGrainRuntime -> Orleans.EventSourcing.JournaledGrain<'GrainState, 'EventBase (requires 'GrainState : null and 'GrainState : (new : unit -> 'GrainState) and 'EventBase : null)>
Protected Sub New (identity As IGrainIdentity, runtime As IGrainRuntime)
參數
- identity
- IGrainIdentity
- runtime
- IGrainRuntime