Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry> Constructors

Definition

Overloads

PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, ILogConsistencyProtocolServices)

Construct an instance, for the given parameters.

PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, ILogConsistencyProtocolServices)

Construct an instance, for the given parameters.

PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, ILogConsistencyProtocolServices)

Construct an instance, for the given parameters.

protected PrimaryBasedLogViewAdaptor (Orleans.EventSourcing.ILogViewAdaptorHost<TLogView,TLogEntry> host, TLogView initialstate, Orleans.EventSourcing.ILogConsistencyProtocolServices services);
new Orleans.EventSourcing.Common.PrimaryBasedLogViewAdaptor<'LogView, 'LogEntry, 'SubmissionEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null and 'SubmissionEntry :> Orleans.EventSourcing.Common.SubmissionEntry<'LogEntry>)> : Orleans.EventSourcing.ILogViewAdaptorHost<'LogView, 'LogEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null)> * 'LogView * Orleans.EventSourcing.ILogConsistencyProtocolServices -> Orleans.EventSourcing.Common.PrimaryBasedLogViewAdaptor<'LogView, 'LogEntry, 'SubmissionEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null and 'SubmissionEntry :> Orleans.EventSourcing.Common.SubmissionEntry<'LogEntry>)>
Protected Sub New (host As ILogViewAdaptorHost(Of TLogView, TLogEntry), initialstate As TLogView, services As ILogConsistencyProtocolServices)

Parameters

initialstate
TLogView

Applies to

PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, ILogConsistencyProtocolServices)

Source:
PrimaryBasedLogViewAdaptor.cs

Construct an instance, for the given parameters.

protected PrimaryBasedLogViewAdaptor (Orleans.LogConsistency.ILogViewAdaptorHost<TLogView,TLogEntry> host, TLogView initialstate, Orleans.LogConsistency.ILogConsistencyProtocolServices services);
new Orleans.EventSourcing.Common.PrimaryBasedLogViewAdaptor<'LogView, 'LogEntry, 'SubmissionEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null and 'SubmissionEntry :> Orleans.EventSourcing.Common.SubmissionEntry<'LogEntry>)> : Orleans.LogConsistency.ILogViewAdaptorHost<'LogView, 'LogEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null)> * 'LogView * Orleans.LogConsistency.ILogConsistencyProtocolServices -> Orleans.EventSourcing.Common.PrimaryBasedLogViewAdaptor<'LogView, 'LogEntry, 'SubmissionEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null and 'SubmissionEntry :> Orleans.EventSourcing.Common.SubmissionEntry<'LogEntry>)>
Protected Sub New (host As ILogViewAdaptorHost(Of TLogView, TLogEntry), initialstate As TLogView, services As ILogConsistencyProtocolServices)

Parameters

initialstate
TLogView

Applies to