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);
        }
    }