[This is preliminary documentation and is subject to change.]
Override to prep glue 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 BeforeGlueStart(
IGlueImplementation glueImplementation
)
protected virtual void BeforeGlueStart(
IGlueImplementation glueImplementation
)
Protected Overridable Sub BeforeGlueStart (
glueImplementation As IGlueImplementation
)
Protected Overridable Sub BeforeGlueStart (
glueImplementation As IGlueImplementation
)
protected:
virtual void BeforeGlueStart(
IGlueImplementation^ glueImplementation
)
protected:
virtual void BeforeGlueStart(
IGlueImplementation^ glueImplementation
)
abstract BeforeGlueStart :
glueImplementation : IGlueImplementation -> unit
override BeforeGlueStart :
glueImplementation : IGlueImplementation -> unit
abstract BeforeGlueStart :
glueImplementation : IGlueImplementation -> unit
override BeforeGlueStart :
glueImplementation : IGlueImplementation -> unit