Skip to main content

Name

ec_message_rsrc_remove — This will set the resource name in message to state EC_MESSAGE_RSRC_DELETED

Synopsis

#include "ec_message.h"

| void **ec_message_rsrc_remove** ( | message, |   | |   | name); |   |

ec_message * <var class="pdparam">message</var>; const char * <var class="pdparam">name</var>;

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.

This will set the resource name in message to state EC_MESSAGE_RSRC_DELETED.

The previous I/O object will be placed in a backlog and be destroyed in a thread pool.

Parameters

message

the message the resource is associated with

name

the name of the resource

**Configuration Change. ** This feature is available starting from Momentum 3.1.

Was this page helpful?