This function deletes any context for an instance of a user-defined node object. It is called by the integration node whenever an instance of a node object is destroyed, when a message flow is deleted, or when a configuration is redeployed.
A message flow node might also be deleted when reconfiguring or redeploying an integration node.
Defined In | Type | Member |
---|---|---|
CNI_VFT | Optional | iFpDeleteNodeContext |
void cniDeleteNodeContext(CciContext* context);
void _deleteNodeContext(
CciContext* context
){
static char* functionName = (char *)"_deleteNodeContext()";
return;
}