HandleNotification(INotification)
Handle Notification.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public void HandleNotification( INotification notification )
Parameters
notificationINotificationRemarks
This provides the handling for common junction activities. It accepts input and output pipes in response to IPipeAwareinterface calls.
Override in subclass, and call super.handleNotificationif none of the subclass-specific notification names are matched.