C# 클래스 Appccelerate.Bootstrapper.Reporting.ExecutableContext

Executable context implementation which is also responsible for creating behavior contexts. The IDescribable is released right after creation.
상속: IExecutableContext
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
CreateBehaviorContext ( IDescribable describable ) : IBehaviorContext
ExecutableContext ( IDescribable describable ) : System.Collections.Generic

Initializes a new instance of the ExecutableContext class.

보호된 메소드들

메소드 설명
CreateBehaviorContextCore ( IDescribable describable ) : IBehaviorContext

Creates the behavior context implementation.

메소드 상세

CreateBehaviorContext() 공개 메소드

public CreateBehaviorContext ( IDescribable describable ) : IBehaviorContext
describable IDescribable
리턴 IBehaviorContext

CreateBehaviorContextCore() 보호된 메소드

Creates the behavior context implementation.
protected CreateBehaviorContextCore ( IDescribable describable ) : IBehaviorContext
describable IDescribable The describable which is passed to the behavior context.
리턴 IBehaviorContext

ExecutableContext() 공개 메소드

Initializes a new instance of the ExecutableContext class.
public ExecutableContext ( IDescribable describable ) : System.Collections.Generic
describable IDescribable The describable.
리턴 System.Collections.Generic