Ticket #97 (new enhancement)
Opened 11 months ago
Enable the use of IPipeline.Notify() after the initialization of the pipeline
| Reported by: | serialseb | Owned by: | serialseb |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 Beta 1 |
| Component: | Core - Pipeline | Version: | Trunk - 2.0.2041.315 |
| Keywords: | Cc: | ||
| Time remaining: | 1d | Blocked By: | |
| Time spent: | 1d | Time planned: | 1d |
| Blocking: |
Description
The notification system is only supported at initialization time for pipeline contributor.
It should be reasonably easy to add support for calling this from other components, by having a second event registry for those, using weak delegates (so we don't hold reference to, say, handlers that would want to take upon themselves to do stuff once the pipeline has run).
Attachments
Note: See
TracTickets for help on using
tickets.
