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

CreateShutdownExecutionContext() public method

public CreateShutdownExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
return IExecutionContext
        public IExecutionContext CreateShutdownExecutionContext(IDescribable describable)
        {
            this.Shutdown = this.CreateExecutionContextCore(describable);
            return this.Shutdown;
        }