ReceiveBatch 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
ReceiveBatch(IBTTransportProxy, ControlledTermination, ReceiveBatchCompleteHandler, Int32) | |
ReceiveBatch(IBTTransportProxy, ControlledTermination, ManualResetEvent, Int32) |
ReceiveBatch(IBTTransportProxy, ControlledTermination, ReceiveBatchCompleteHandler, Int32)
public:
ReceiveBatch(Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control, Microsoft::BizTalk::Adapter::Common::ReceiveBatchCompleteHandler ^ callback, int depth);
public ReceiveBatch (Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.ControlledTermination control, Microsoft.BizTalk.Adapter.Common.ReceiveBatchCompleteHandler callback, int depth);
new Microsoft.BizTalk.Adapter.Common.ReceiveBatch : Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.ControlledTermination * Microsoft.BizTalk.Adapter.Common.ReceiveBatchCompleteHandler * int -> Microsoft.BizTalk.Adapter.Common.ReceiveBatch
Public Sub New (transportProxy As IBTTransportProxy, control As ControlledTermination, callback As ReceiveBatchCompleteHandler, depth As Integer)
Parameters
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- callback
- ReceiveBatchCompleteHandler
- depth
- Int32
Applies to
ReceiveBatch(IBTTransportProxy, ControlledTermination, ManualResetEvent, Int32)
public:
ReceiveBatch(Microsoft::BizTalk::TransportProxy::Interop::IBTTransportProxy ^ transportProxy, Microsoft::BizTalk::Adapter::Common::ControlledTermination ^ control, System::Threading::ManualResetEvent ^ orderedEvent, int depth);
public ReceiveBatch (Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy transportProxy, Microsoft.BizTalk.Adapter.Common.ControlledTermination control, System.Threading.ManualResetEvent orderedEvent, int depth);
new Microsoft.BizTalk.Adapter.Common.ReceiveBatch : Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy * Microsoft.BizTalk.Adapter.Common.ControlledTermination * System.Threading.ManualResetEvent * int -> Microsoft.BizTalk.Adapter.Common.ReceiveBatch
Public Sub New (transportProxy As IBTTransportProxy, control As ControlledTermination, orderedEvent As ManualResetEvent, depth As Integer)
Parameters
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- orderedEvent
- ManualResetEvent
- depth
- Int32