Edit

Share via


LogConsistentGrain<TView>.DefaultAdaptorFactory Property

Definition

Gets the default adaptor factory to use, or null if there is no default (in which case user MUST configure a consistency provider)

protected abstract Orleans.EventSourcing.ILogViewAdaptorFactory DefaultAdaptorFactory { get; }
member this.DefaultAdaptorFactory : Orleans.EventSourcing.ILogViewAdaptorFactory
Protected MustOverride ReadOnly Property DefaultAdaptorFactory As ILogViewAdaptorFactory

Property Value

Applies to