Share via


Custom Pipeline Handlers

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Developers can create custom handlers that integrate with the Policy Injection Application Block. If the developer creates a full set of design support classes for a custom handler, it will appear in the Configuration Console and the Visual Studio Configuration Editor and allow operators and administrators to select and configure the handler just as they do any of the built-in ones. However, the list of properties available for the custom handler will depend on its design and the configuration design classes that the developer implements.

A second possibility is that developers will rely on configuration support provided by the CustomCallHandlerData configuration class provided with the Policy Injection Application Block. In this case, operators and administrators will configure the new handler as a Custom Handler type in the Configuration Console and the Visual Studio Configuration Editor. They must select the correct containing assembly and class in the configuration tools and specify the correct list of name/value pairs, as required by the custom handler.

For details about how to create custom handlers, see Creating a New Handler.

For details about how to configure custom handlers, see Defining and Configuring Handler Pipelines.