次の方法で共有


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry> コンストラクター

定義

オーバーロード

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

指定されたパラメーターに対してインスタンスを構築します。

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

指定されたパラメーターに対してインスタンスを構築します。

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

指定されたパラメーターに対してインスタンスを構築します。

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)

パラメーター

initialstate
TLogView

適用対象

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

ソース:
PrimaryBasedLogViewAdaptor.cs

指定されたパラメーターに対してインスタンスを構築します。

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)

パラメーター

initialstate
TLogView

適用対象