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

CreateRunExecutionContext() public method

public CreateRunExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
return IExecutionContext
        public IExecutionContext CreateRunExecutionContext(IDescribable describable)
        {
            this.Run = this.CreateExecutionContextCore(describable);
            return this.Run;
        }