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

CreateRunExecutionContext() публичный Метод

public CreateRunExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
Результат IExecutionContext
        public IExecutionContext CreateRunExecutionContext(IDescribable describable)
        {
            this.Run = this.CreateExecutionContextCore(describable);
            return this.Run;
        }