Appccelerate.Bootstrapper.Reporting.ReportingContext.CreateExtensionContextCore C# (CSharp) Метод

CreateExtensionContextCore() защищенный Метод

Creates the extension context implementation.
protected CreateExtensionContextCore ( IDescribable describable ) : IExtensionContext
describable IDescribable The describable which is passed to the extension context.
Результат IExtensionContext
        protected virtual IExtensionContext CreateExtensionContextCore(IDescribable describable)
        {
            return new ExtensionContext(describable);
        }