ServerisHandleAsync Method OpenDOF Object Access Library
Is the server an async or blocking server.

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 server is an async (non-blocking) server, false otherwise.
Remarks

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

Reference