[This is preliminary documentation and is subject to change.]
Override to prep object store implementation i.e. inject something programmaticaly
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void BeforeObjectStoreStart(
IObjectStoreImplementation objectstoreImplementation
)
protected virtual void BeforeObjectStoreStart(
IObjectStoreImplementation objectstoreImplementation
)
Protected Overridable Sub BeforeObjectStoreStart (
objectstoreImplementation As IObjectStoreImplementation
)
Protected Overridable Sub BeforeObjectStoreStart (
objectstoreImplementation As IObjectStoreImplementation
)
protected:
virtual void BeforeObjectStoreStart(
IObjectStoreImplementation^ objectstoreImplementation
)
protected:
virtual void BeforeObjectStoreStart(
IObjectStoreImplementation^ objectstoreImplementation
)
abstract BeforeObjectStoreStart :
objectstoreImplementation : IObjectStoreImplementation -> unit
override BeforeObjectStoreStart :
objectstoreImplementation : IObjectStoreImplementation -> unit
abstract BeforeObjectStoreStart :
objectstoreImplementation : IObjectStoreImplementation -> unit
override BeforeObjectStoreStart :
objectstoreImplementation : IObjectStoreImplementation -> unit