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

CreateShutdownExecutionContext() public méthode

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