IBuilderStrategy.PostTearDown Method

Called during the chain of responsibility for a teardown operation. The PostTearDown method is called when the chain has finished the PreTearDown phase and executes in reverse order from the PreTearDown calls.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)

Syntax

'Declaration
Sub PostTearDown ( _
    context As IBuilderContext _
)
void PostTearDown(
    IBuilderContext context
)
void PostTearDown(
    IBuilderContext^ context
)
function PostTearDown(
    context : IBuilderContext
)

Parameters

See Also

IBuilderStrategy Interface

Microsoft.Practices.ObjectBuilder2 Namespace