共用方式為


JournaledGrain<TGrainState,TEventBase> 建構函式

定義

多載

JournaledGrain<TGrainState,TEventBase>()

初始化 JournaledGrain<TGrainState,TEventBase> 類別的新執行個體。

JournaledGrain<TGrainState,TEventBase>(IGrainIdentity, IGrainRuntime)

此建構函式特別適用于單元測試,其中測試程式碼可以建立 Grain,並使用測試雙精度浮點數 (模擬/存根來取代 IGrainIdentity、IGrainRuntime 和 State) 。

JournaledGrain<TGrainState,TEventBase>()

來源:
JournaledGrain.cs

初始化 JournaledGrain<TGrainState,TEventBase> 類別的新執行個體。

protected JournaledGrain ();
Protected Sub New ()

適用於

JournaledGrain<TGrainState,TEventBase>(IGrainIdentity, IGrainRuntime)

來源:
JournaledGrain.cs

此建構函式特別適用于單元測試,其中測試程式碼可以建立 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

適用於