This topic has not yet been rated - Rate this topic

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)
void PostTearDown(
	IBuilderContext context
)

Parameters

context
Type: Microsoft.Practices.ObjectBuilder2..::.IBuilderContext
Context of the teardown operation.
Did you find this helpful?
(1500 characters remaining)