PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Host Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The grain that is using this adaptor.
protected Orleans.LogConsistency.ILogViewAdaptorHost<TLogView,TLogEntry> Host { get; }
protected Orleans.EventSourcing.ILogViewAdaptorHost<TLogView,TLogEntry> Host { get; }
member this.Host : Orleans.LogConsistency.ILogViewAdaptorHost<'LogView, 'LogEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null)>
member this.Host : Orleans.EventSourcing.ILogViewAdaptorHost<'LogView, 'LogEntry (requires 'LogView : null and 'LogView : (new : unit -> 'LogView) and 'LogEntry : null)>
Protected ReadOnly Property Host As ILogViewAdaptorHost(Of TLogView, TLogEntry)