ec_httpsrv_request_event_get
Last updated March 2020
Name
ec_httpsrv_request_event_get — Returns the Event from the current session
Synopsis
#include "modules/listeners/httpsrv.h"
| Event * **ec_httpsrv_request_event_get** (
| sess)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
Returns the Event from the current session.
- sess
-
the session to interrogate
the event
The event will be valid until the call stack unwinds. This function may return an event that is not currently scheduled, depending on the calling thread and its status.
Was this page helpful?