LU 6.2 API Application Programmer's Reference Guide (30294-90008)
Chapter 3 45
Using Intrinsics
Two-Way Conversation With Confirm
Two-Way Conversation With Confirm
Figure 3-7 illustrates a two-way conversation with confirm. Notice that,
in this example, the MCDeallocate intrinsic is used to request
confirmation, wait for a confirmation response, and then deallocate the
conversation. This type of deallocation is specified by setting the
DeallocateType
parameter of the MCDeallocate intrinsic to
CONFIRM.
MCConfirmed
In a two-way conversation with confirm, the MCConfirmed intrinsic is
called in response to a confirmation request from the remote TP. It
replaces person responds “Yes.”
Figure 3-7 Conversation Using MCConfirmed