DTC Tcl API
This table shows the (key,value) that are stored per DTC network. These contain multiple threads within a process:
Tcl proc | Description | |
---|---|---|
1 | dtcset (dtcctx,
key, value |
Sets a user defined value in staging database for key. |
2 | dtcget (dtcctx,
key)
|
Gets a user defined value that is stored in staging database for key. |
3 | dtcsetmsg
(dtcctx, key, msgId) |
Writes the message that is associated with the message handle into the staging database. |
4 | dtcgetmsg
(dtcctx, key) |
Reads the message that is associated with the key from staging database and returns a message handle. |