Interception with a Container

Microsoft Enterprise Library 5.0

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

The Unity container extension enables you to configure a container for interception. You can use the container configuration to determine whether an object should be intercepted, which mechanism should be used to perform the interception, and what to do when the object is intercepted. It also provides a convenient set of methods for configuring injection for Microsoft.Practices.Unity.InterceptionExtension.RuleDrivenPolicy instances.

For more information about configuring a container see Configuring a Container for Interception and Configuring Unity.

More Information