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

Inheritance: IStartable
ファイルを表示 Open project: castleproject/Windsor

Public Properties

Property Type Description
Started bool

Public Methods

Method Description
Start ( ) : void
Startable ( ICustomer customer ) : Castle.Core
Stop ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Startable() public method

public Startable ( ICustomer customer ) : Castle.Core
customer ICustomer
return Castle.Core

Stop() public method

public Stop ( ) : void
return void

Property Details

Started public_oe static_oe property

public static bool Started
return bool