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