Error 16254

Severity

10

Message text

%1!: %2! property is valid only in SRV_DISCONNECT handle.

Explanation

The srv_thread_props() property parameter is set to SRV_T_CLIENTLOGOUT, but srv_thread_props() is called from an event other than SRV_DISCONNECT.

Action

Call srv_thread_props(SRV_T_CLIENTLOGOUT) only from the SRV_DISCONNECT event handler.

Additional information

Symbolic constant: SRV_EFROMDISCONNECT