Write(IPipeMessage)
Write the message to the output Pipe Fitting.
Namespace: Pipes.InterfacesAssembly: Pipes in (Pipes.dll)
Syntax
C#
public abstract bool Write( IPipeMessage message )
Parameters
message
IPipeMessagemessage to write
Returns
Boolean
Boolean true if write was successful
Remarks
There may be subsequent filters and tees (which also implement this interface), that the fitting is writing to, and so a message may branch and arrive in different forms at different endpoints.
If any fitting in the chain returns false from this method, then the client who originally wrote into the pipe can take action, such as rolling back changes.