BindExtension(Func<TExtension>)
abstract
public abstract (TExtension Extension, TExtensionInterface ExtensionReference) IProviderRuntime.BindExtension<TExtension, TExtensionInterface>(Func<TExtension> newExtensionFunc) Binds an extension to an addressable object, if not already done.
Parameters
newExtensionFuncFunc<TExtension>- A factory function that constructs a new extension object.
Returns
A tuple, containing first the extension and second an addressable reference to the extension's interface.
