C# Class Appccelerate.Bootstrapper.Reporting.ReportingContext

The reporting context contains all necessary information about the bootstrapping process.
Inheritance: IReportingContext
Afficher le fichier Open project: appccelerate/appccelerate Class Usage Examples

Méthodes publiques

Méthode Description
CreateExtensionContext ( IDescribable describable ) : IExtensionContext
CreateRunExecutionContext ( IDescribable describable ) : IExecutionContext
CreateShutdownExecutionContext ( IDescribable describable ) : IExecutionContext
ReportingContext ( ) : System.Collections.Generic

Initializes a new instance of the ReportingContext class.

Méthodes protégées

Méthode Description
CreateExecutionContextCore ( IDescribable describable ) : IExecutionContext

Creates the execution context implementation.

CreateExtensionContextCore ( IDescribable describable ) : IExtensionContext

Creates the extension context implementation.

Method Details

CreateExecutionContextCore() protected méthode

Creates the execution context implementation.
protected CreateExecutionContextCore ( IDescribable describable ) : IExecutionContext
describable IDescribable The describable which is passed to the execution context.
Résultat IExecutionContext

CreateExtensionContext() public méthode

public CreateExtensionContext ( IDescribable describable ) : IExtensionContext
describable IDescribable
Résultat IExtensionContext

CreateExtensionContextCore() protected méthode

Creates the extension context implementation.
protected CreateExtensionContextCore ( IDescribable describable ) : IExtensionContext
describable IDescribable The describable which is passed to the extension context.
Résultat IExtensionContext

CreateRunExecutionContext() public méthode

public CreateRunExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
Résultat IExecutionContext

CreateShutdownExecutionContext() public méthode

public CreateShutdownExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
Résultat IExecutionContext

ReportingContext() public méthode

Initializes a new instance of the ReportingContext class.
public ReportingContext ( ) : System.Collections.Generic
Résultat System.Collections.Generic