Appccelerate.Bootstrapper.Reporting.ReportingContext.CreateExtensionContextCore C# (CSharp) Method

CreateExtensionContextCore() protected method

Creates the extension context implementation.
protected CreateExtensionContextCore ( IDescribable describable ) : IExtensionContext
describable IDescribable The describable which is passed to the extension context.
return IExtensionContext
        protected virtual IExtensionContext CreateExtensionContextCore(IDescribable describable)
        {
            return new ExtensionContext(describable);
        }