PipeListener
Pipe Listener.
Inheritance
ObjectPipeListener
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public class PipeListener: IPipeFitting
Remarks
Allows a class that does not implement IPipeFitting to be the final recipient of the messages in a pipeline.
Constructors
Constructor - Receives context object and callback method
Methods
Can't connect anything beyond this.
Can't disconnect since you can't connect, either.
Write the message to the listener
Properties
Context of the Object
Callback method