C# Class Castle.Windsor.Tests.Facilities.Startable.Components.StartableWithError

Inheritance: IStartable
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
StartedCount int

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

StartedCount public static property

public static int StartedCount
return int