SingleMessageReceiveTxnBatch Constructor
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:
SingleMessageReceiveTxnBatch(Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control, System::Transactions::CommittableTransaction ^ transaction, System::Threading::ManualResetEvent ^ orderedEvent);
public SingleMessageReceiveTxnBatch (Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.ControlledTermination control, System.Transactions.CommittableTransaction transaction, System.Threading.ManualResetEvent orderedEvent);
new Microsoft.BizTalk.Adapter.Common.SingleMessageReceiveTxnBatch : Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.ControlledTermination * System.Transactions.CommittableTransaction * System.Threading.ManualResetEvent -> Microsoft.BizTalk.Adapter.Common.SingleMessageReceiveTxnBatch
Public Sub New (transportProxy As IBTTransportProxy, control As ControlledTermination, transaction As CommittableTransaction, orderedEvent As ManualResetEvent)
Parameters
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- transaction
- CommittableTransaction
- orderedEvent
- ManualResetEvent