SendMessage(String, IPipeMessage)

Send a message on an OUTPUT pipe.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
public bool SendMessage(
	string outputPipeName,
	IPipeMessage message
	)

Parameters

outputPipeNameString
name the OUTPUT pipe to send the message on
message the IPipeMessage to send

Returns

Boolean
Boolean true if message was sent successfully