BloombergLP::balb::PipeControlChannel::start

Open a named pipe and start a thread to dispatch messages.

Synopsis

Declared in <balb_pipecontrolchannel.h>

template<class STRING_TYPE>
int
start(STRING_TYPE const& pipeName);

Description

Equivalent to start(pipeName) for a STRING_TYPE pipe name.

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
pipeNamename of the named pipe to open