C# Class Castle.MicroKernel.Handlers.ComponentLifecycleExtension.Releasing

Show file Open project: castleproject/Windsor

Public Methods

Method Description
Add ( ComponentReleasingDelegate releaser ) : void
Invoked ( Burden burden ) : void
Releasing ( int count, IKernel kernel ) : System.Collections.Generic

Method Details

Add() public method

public Add ( ComponentReleasingDelegate releaser ) : void
releaser ComponentReleasingDelegate
return void

Invoked() public method

public Invoked ( Burden burden ) : void
burden Burden
return void

Releasing() public method

public Releasing ( int count, IKernel kernel ) : System.Collections.Generic
count int
kernel IKernel
return System.Collections.Generic