ec_message_context_discard
Name
ec_message_context_discard — Discards the context dictionaries. They will be re-fetched on demand
Synopsis
#include "ec_message.h"
| void **ec_message_context_discard** (
| mess)
; | |
ec_message * <var class="pdparam">mess</var>
;
Description
Discards the message context dictionaries for this message. They will be re-fetched on demand.
- mess
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
This function returns void.
It is legal to call this function in any thread. However, it is strongly recommended that it only be called from the scheduler thread.
See Also
ec_message_context_set,ec_message_context_exists, ec_message_context_exists_and_get, and ec_message_context_delete