Figure 3-7 “Conversation Using MCConfirmed” 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