Appccelerate.Bootstrapper.Reporting.ReportingContext.CreateRunExecutionContext C# (CSharp) Méthode

CreateRunExecutionContext() public méthode

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