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

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

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