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: BooleanTrue if the connection is async (non-blocking), false otherwise.
Remarks
See Also