2.114 .extevent
This attribute is used to set an application object which is to send asynchronous events to the client in the network, also on Microsoft Windows. If set to true, a second communication canal will be established between server and client side. This canal is used to transport asynchronous external events via network.
Definition
-
Data type
boolean
-
Access
get, set
-
changed event
yes

-
C
Data type: DT_boolean
-
COBOL
Data type: DT-boolean
-
Classification
object-specific attribute
-
Objects
Please note that establishing a second communication canal takes up a lot of time and system resources. This is why the default of the attribute .extevent is set to false.
See also