Batch.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.
Overloads
SubmitRequestMessage(IBaseMessage, String, Boolean, DateTime, IBTTransmitter) | |
SubmitRequestMessage(IBaseMessage, String, Boolean, DateTime, IBTTransmitter, Object) |
SubmitRequestMessage(IBaseMessage, String, Boolean, DateTime, IBTTransmitter)
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);
member this.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
Applies to
SubmitRequestMessage(IBaseMessage, String, Boolean, DateTime, IBTTransmitter, Object)
public:
void SubmitRequestMessage(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ requestMsg, System::String ^ correlationToken, bool firstResponseOnly, DateTime expirationTime, Microsoft::BizTalk::TransportProxy::Interop::IBTTransmitter ^ responseCallback, System::Object ^ userData);
public void SubmitRequestMessage (Microsoft.BizTalk.Message.Interop.IBaseMessage requestMsg, string correlationToken, bool firstResponseOnly, DateTime expirationTime, Microsoft.BizTalk.TransportProxy.Interop.IBTTransmitter responseCallback, object userData);
member this.SubmitRequestMessage : Microsoft.BizTalk.Message.Interop.IBaseMessage * string * bool * DateTime * Microsoft.BizTalk.TransportProxy.Interop.IBTTransmitter * obj -> unit
Public Sub SubmitRequestMessage (requestMsg As IBaseMessage, correlationToken As String, firstResponseOnly As Boolean, expirationTime As DateTime, responseCallback As IBTTransmitter, userData As Object)
Parameters
- requestMsg
- IBaseMessage
- correlationToken
- String
- firstResponseOnly
- Boolean
- expirationTime
- DateTime
- responseCallback
- IBTTransmitter
- userData
- Object