PipeServer.connect Method [AX 2012]

Waits for a client to connect to the named pipe.

public boolean connect()

Run On

Called

Return Value

Type: boolean
true if the method succeeded; otherwise, false.

If you do not want to block the current thread if it is waiting for a client to connect, avoid using PipeServer.connect, and instead poll using PipeServer.read.

Community Additions

ADD
Show: