C# Class Appccelerate.Bootstrapper.Reporting.ExecutionContext

Execution context implementation which is also responsible for creating executable contexts. The IDescribable is released right after creation.
Inheritance: IExecutionContext
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
CreateExecutableContext ( IDescribable describable ) : IExecutableContext
ExecutionContext ( IDescribable describable ) : System.Collections.Generic

Initializes a new instance of the ExecutionContext class.

Protected Methods

Method Description
CreateExecutableContextCore ( IDescribable describable ) : IExecutableContext

Creates the executable context implementation.

Method Details

CreateExecutableContext() public method

public CreateExecutableContext ( IDescribable describable ) : IExecutableContext
describable IDescribable
return IExecutableContext

CreateExecutableContextCore() protected method

Creates the executable context implementation.
protected CreateExecutableContextCore ( IDescribable describable ) : IExecutableContext
describable IDescribable The describable which is passed to the executable context.
return IExecutableContext

ExecutionContext() public method

Initializes a new instance of the ExecutionContext class.
public ExecutionContext ( IDescribable describable ) : System.Collections.Generic
describable IDescribable The describable.
return System.Collections.Generic