Apama Capital Markets Foundation  9.12.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Session Delete API

Functions

AP_SESSION_API void AP_SESSION_DeleteSessionByName (AP_SESSION_Interface *smi, const char *sessionName)
 
AP_SESSION_API void AP_SESSION_DeleteSessionById (AP_SESSION_Interface *smi, AP_int64 sourceId)
 
AP_SESSION_API void AP_SESSION_Clear (AP_SESSION_Interface *smi)
 

Detailed Description

Session Delete API

Function Documentation

AP_SESSION_API void AP_SESSION_Clear ( AP_SESSION_Interface smi)

Delete all registered sessions.

Parameters
smiThe AP_SESSION_Interface to use.
AP_SESSION_API void AP_SESSION_DeleteSessionById ( AP_SESSION_Interface smi,
AP_int64  sourceId 
)

Delete a specific session.

Parameters
smiThe AP_SESSION_Interface to use.
sourceIdThe id of the session to delete.
AP_SESSION_API void AP_SESSION_DeleteSessionByName ( AP_SESSION_Interface smi,
const char *  sessionName 
)

Delete a specific session.

Parameters
smiThe AP_SESSION_Interface to use.
sessionNameThe name of the session to delete.