Apama Capital Markets Foundation  10.11.0.0
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_Clear()

AP_SESSION_API void AP_SESSION_Clear ( AP_SESSION_Interface smi)

Delete all registered sessions.

Parameters
smiThe AP_SESSION_Interface to use.

◆ AP_SESSION_DeleteSessionById()

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_DeleteSessionByName()

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.