IXConnection ReadEvent Method (Boolean)iQSim © XIQS Communication Framework
Read an event sent by the xiqs server after a command execution. This command can block calling thread until an event object is received from server.

Namespace: com.iqsim.xiqs
Assembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax

IXEvent ReadEvent(
	bool blocking
)

Parameters

blocking
Type: OnlineSystem Boolean
true, the calling thread will block until an answer is received

Return Value

a command resulting event object
Exceptions

See Also