Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Host Property

Definition

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)

Property Value

Applies to