MakeLogViewAdaptor(ILogViewAdaptorHost<TView, TEntry>, TView, string, IGrainStorage?, ILogConsistencyProtocolServices)
public ILogViewAdaptor<TView, TEntry> MakeLogViewAdaptor<TView, TEntry>(ILogViewAdaptorHost<TView, TEntry> hostGrain, TView initialState, string grainTypeName, IGrainStorage? grainStorage, ILogConsistencyProtocolServices services) Make log view adaptor
Parameters
hostGrainILogViewAdaptorHost<TView, TEntry>- The grain that is hosting this adaptor
initialStateTView- The initial state for this view
grainTypeNamestring- The type name of the grain
grainStorageIGrainStorage?- Storage provider
servicesILogConsistencyProtocolServices- Runtime services for multi-cluster coherence protocols
