The following tables list the members exposed by Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result>.
Public Properties
Public Methods
| Name | Description |
 | Process | Process(T_Scope) calls Initialize on this handler, then Process on the child, and finally Execute on this handler. Override this method only for advanced cases that require altering this pattern. We recommend that you invoke this base method from the override. ProcessEvents are raised in this method, so any overrides that don't invoke the base should also raise any desired events. |
 | TestExecute | A way to unit test a handler independently of a pipeline. This method is intended for testing only. For production, override Execute, and call Process. |
 | TestInitialize | A way to unit test a handler independently of a pipeline. This method is intended for testing only. For production, override Initialize, and call Process. |
Top
Public Events
See Also