C# Class Castle.Facilities.Startable.StopConcern

Inheritance: IDecommissionConcern
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Apply ( ComponentModel model, object component ) : void

Protected Methods

Method Description
StopConcern ( ) : System.Reflection

Method Details

Apply() public method

public Apply ( ComponentModel model, object component ) : void
model Castle.Core.ComponentModel
component object
return void

StopConcern() protected method

protected StopConcern ( ) : System.Reflection
return System.Reflection