IBTTransportBatch.SubmitRequestMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SubmitRequestMessage(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ requestMsg, System::String ^ correlationToken, bool firstResponseOnly, DateTime expirationTime, Microsoft::BizTalk::TransportProxy::Interop::IBTTransmitter ^ responseCallback);
public void SubmitRequestMessage (Microsoft.BizTalk.Message.Interop.IBaseMessage requestMsg, string correlationToken, bool firstResponseOnly, DateTime expirationTime, Microsoft.BizTalk.TransportProxy.Interop.IBTTransmitter responseCallback);
abstract member SubmitRequestMessage : Microsoft.BizTalk.Message.Interop.IBaseMessage * string * bool * DateTime * Microsoft.BizTalk.TransportProxy.Interop.IBTTransmitter -> unit
Public Sub SubmitRequestMessage (requestMsg As IBaseMessage, correlationToken As String, firstResponseOnly As Boolean, expirationTime As DateTime, responseCallback As IBTTransmitter)
Parameters
- requestMsg
- IBaseMessage
- correlationToken
- String
- firstResponseOnly
- Boolean
- expirationTime
- DateTime
- responseCallback
- IBTTransmitter