Appccelerate.Bootstrapper.Reporting.ExecutionContext.CreateExecutableContextCore C# (CSharp) Метод

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

Creates the executable context implementation.
protected CreateExecutableContextCore ( IDescribable describable ) : IExecutableContext
describable IDescribable The describable which is passed to the executable context.
Результат IExecutableContext
        protected virtual IExecutableContext CreateExecutableContextCore(IDescribable describable)
        {
            return new ExecutableContext(describable);
        }
    }