MSM_ClearUofWMembers - Teradata Ecosystem Manager

Teradata Ecosystem Manager Event System API Reference

Product
Teradata Ecosystem Manager
Release Number
15.11
Published
May 2016
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
nxw1467305977314.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem

Prototype:

Clear Unit of Work members for reuse. This function is called if the same pointer to MSM_UofW is reused to send subsequent events and previously set values for MSM_UofW are not to be used. This function is not called if previously set values for MSM_UofW are used as part of single transaction for START, STEP, END events.

void MSM_ClearUofWMembers(TM_Context* pCtx, MSM_UofW* pUOW)

TM_Context* pCtx: Pointer to TM_Context returned by TM_Init

MSM_UofW* pUOW: Pointer to MSM_UofW returned by MSM_CreateUOW

Void