InstallAdaptor(ILogViewAdaptorFactory, object, string, IGrainStorage?, ILogConsistencyProtocolServices)
abstract
protected abstract void InstallAdaptor(ILogViewAdaptorFactory factory, object state, string grainTypeName, IGrainStorage? grainStorage, ILogConsistencyProtocolServices services) called right after grain construction to install the log view adaptor
Parameters
factoryILogViewAdaptorFactory- The adaptor factory to use
stateobject- The initial state of the view
grainTypeNamestring- The type name of the grain
grainStorageIGrainStorage?- The grain storage, if needed
servicesILogConsistencyProtocolServices- Protocol services
