Skip to main content

ec_httpsrv_request_event_get_scheduler_inst

Last updated March 2020

Name

ec_httpsrv_request_event_get_scheduler_inst — Returns the scheduler for an Event from the current session

Synopsis

#include "modules/listeners/httpsrv.h"

| ec_scheduler_inst * **ec_httpsrv_request_event_get_scheduler_inst** ( | sess); |   |

ec_httpsrv_session * <var class="pdparam">sess</var>;

Description

Returns the scheduler for an Event from the current session.

Parameters

sess

The current session to interrogate. For documentation of this data structure see “ec_httpsrv_session”.

Return Values

Returns the scheduler instance. For documentation of this data structure see “ec_scheduler_inst”. The scheduler instance will be valid for the lifetime of the inbound session.

Threading

It is legal to call this function in the any thread.

See Also

Was this page helpful?