ConnectionisHandleAsync Method OpenDOF Object Access Library
Is the connection an async or blocking connection.

Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
bool isHandleAsync()

Return Value

Type: Boolean
True if the connection is async (non-blocking), false otherwise.
Remarks

Is the connection an async or blocking connection. If the connection is blocking, then data received from the connection will be processed directly, otherwise the data received will be queued for processing and the receive call return immediately.
See Also

Reference