Condividi tramite


LogConsistentGrain<TView> Costruttori

Definizione

Overload

LogConsistentGrain<TView>()
LogConsistentGrain<TView>(IGrainIdentity, IGrainRuntime)

Questo costruttore è particolarmente utile per unit test in cui il codice di test può creare un oggetto Grain e sostituire IGrainIdentity, IGrainRuntime e State con doppie di test (mocks/stub).

LogConsistentGrain<TView>()

Origine:
LogConsistentGrain.cs
protected LogConsistentGrain ();
Protected Sub New ()

Si applica a

LogConsistentGrain<TView>(IGrainIdentity, IGrainRuntime)

Origine:
LogConsistentGrain.cs

Questo costruttore è particolarmente utile per unit test in cui il codice di test può creare un oggetto Grain e sostituire IGrainIdentity, IGrainRuntime e State con doppie di test (mocks/stub).

protected LogConsistentGrain (Orleans.Core.IGrainIdentity identity, Orleans.Runtime.IGrainRuntime runtime);
new Orleans.LogConsistency.LogConsistentGrain<'View> : Orleans.Core.IGrainIdentity * Orleans.Runtime.IGrainRuntime -> Orleans.LogConsistency.LogConsistentGrain<'View>
Protected Sub New (identity As IGrainIdentity, runtime As IGrainRuntime)

Parametri

identity
IGrainIdentity
runtime
IGrainRuntime

Si applica a