IBTTransportBatch.SubmitResponseMessage Method (COM)

 

Submits the response message for a solicit-response pair.

Syntax

  
      HRESULT IBTTransmitter::SubmitResponseMessage(  
IBaseMessage* pSolicitDocSent  
IBaseMessage* pResponseDocToSubmit);  
  
Sub SubmitResponseMessage(  
   ByVal   
pSolicitDocSent  
 As IBaseMessage _   ByVal pResponseDocToSubmit As IBaseMessage _)  

Remarks

Parameters

pSolicitDocSent
The document to send.

pResponseDocToSubmit
The response document to submit.

Remarks

This method ensures that the correct properties on the response message are sent, which ensures that the response message is correctly correlated back to the solicit requested message sent.

Requirements

Platforms:  Windows

See Also

IBTTransportBatch Interface (COM)
IBTTransportBatch Members (COM)