LogConsistentGrain<TView> Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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>()
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