TxnBatch Constructors
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
TxnBatch(IBTTransportProxy, ControlledTermination, CommittableTransaction, ManualResetEvent, Boolean)
public:
TxnBatch(Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control, System::Transactions::CommittableTransaction ^ transaction, System::Threading::ManualResetEvent ^ orderedEvent, bool makeSuccessCall);
public TxnBatch (Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.ControlledTermination control, System.Transactions.CommittableTransaction transaction, System.Threading.ManualResetEvent orderedEvent, bool makeSuccessCall);
new Microsoft.BizTalk.Adapter.Common.TxnBatch : Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.ControlledTermination * System.Transactions.CommittableTransaction * System.Threading.ManualResetEvent * bool -> Microsoft.BizTalk.Adapter.Common.TxnBatch
Public Sub New (transportProxy As IBTTransportProxy, control As ControlledTermination, transaction As CommittableTransaction, orderedEvent As ManualResetEvent, makeSuccessCall As Boolean)
Parameters
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- transaction
- CommittableTransaction
- orderedEvent
- ManualResetEvent
- makeSuccessCall
- Boolean
Applies to
TxnBatch(IBTTransportProxy, ControlledTermination, IDtcTransaction, CommittableTransaction, ManualResetEvent, Boolean)
public:
TxnBatch(Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control, System::Transactions::IDtcTransaction ^ comTxn, System::Transactions::CommittableTransaction ^ transaction, System::Threading::ManualResetEvent ^ orderedEvent, bool makeSuccessCall);
public TxnBatch (Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.ControlledTermination control, System.Transactions.IDtcTransaction comTxn, System.Transactions.CommittableTransaction transaction, System.Threading.ManualResetEvent orderedEvent, bool makeSuccessCall);
new Microsoft.BizTalk.Adapter.Common.TxnBatch : Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.ControlledTermination * System.Transactions.IDtcTransaction * System.Transactions.CommittableTransaction * System.Threading.ManualResetEvent * bool -> Microsoft.BizTalk.Adapter.Common.TxnBatch
Public Sub New (transportProxy As IBTTransportProxy, control As ControlledTermination, comTxn As IDtcTransaction, transaction As CommittableTransaction, orderedEvent As ManualResetEvent, makeSuccessCall As Boolean)
Parameters
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- comTxn
- IDtcTransaction
- transaction
- CommittableTransaction
- orderedEvent
- ManualResetEvent
- makeSuccessCall
- Boolean
Applies to
TxnBatch(IBTTransportProxy, ControlledTermination, IDtcTransaction, CommittableTransaction, ManualResetEvent, Boolean, IBTDTCCommitConfirm)
public:
TxnBatch(Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control, System::Transactions::IDtcTransaction ^ comTxn, System::Transactions::CommittableTransaction ^ transaction, System::Threading::ManualResetEvent ^ orderedEvent, bool makeSuccessCall, Microsoft::BizTalk::TransportProxy::Interop::IBTDTCCommitConfirm ^ originalCommitConfirm);
public TxnBatch (Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.ControlledTermination control, System.Transactions.IDtcTransaction comTxn, System.Transactions.CommittableTransaction transaction, System.Threading.ManualResetEvent orderedEvent, bool makeSuccessCall, Microsoft.BizTalk.TransportProxy.Interop.IBTDTCCommitConfirm originalCommitConfirm);
new Microsoft.BizTalk.Adapter.Common.TxnBatch : Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.ControlledTermination * System.Transactions.IDtcTransaction * System.Transactions.CommittableTransaction * System.Threading.ManualResetEvent * bool * Microsoft.BizTalk.TransportProxy.Interop.IBTDTCCommitConfirm -> Microsoft.BizTalk.Adapter.Common.TxnBatch
Public Sub New (transportProxy As IBTTransportProxy, control As ControlledTermination, comTxn As IDtcTransaction, transaction As CommittableTransaction, orderedEvent As ManualResetEvent, makeSuccessCall As Boolean, originalCommitConfirm As IBTDTCCommitConfirm)
Parameters
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- comTxn
- IDtcTransaction
- transaction
- CommittableTransaction
- orderedEvent
- ManualResetEvent
- makeSuccessCall
- Boolean
- originalCommitConfirm
- IBTDTCCommitConfirm