PipeServer.new Method [AX 2012]
Creates a new instance of the PipeServer class.
public void new(str pipename, [boolean blocking])
Run On
CalledParameters
- pipename
- Type: str
The name of the named pipe to create.
- blocking
- Type: boolean
A boolean flag that determines whether blocking behavior is desired.
Non-blocking mode is supported for compatibility with Microsoft LAN Manager version 2.0 and should not be used to achieve asynchronous I/O with named pipes; instead, a polling technique should be used (see read method).
Community Additions
ADD
Show: