C# Class Castle.Windsor.Tests.Bugs.IoC_169.AbstractBlackboard

Inheritance: IBlackboard, IStartable
Show file Open project: castleproject/Windsor Class Usage Examples

Public Properties

Property Type Description
Started bool

Public Methods

Method Description
PrepareForTest ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

PrepareForTest() public static method

public static PrepareForTest ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

Started public static property

public static bool Started
return bool