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

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

Creates the execution context implementation.
protected CreateExecutionContextCore ( IDescribable describable ) : IExecutionContext
describable IDescribable The describable which is passed to the execution context.
Результат IExecutionContext
        protected virtual IExecutionContext CreateExecutionContextCore(IDescribable describable)
        {
            return new ExecutionContext(describable);
        }
    }