Share via


ReceiveBatch Constructors

Definition

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
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
orderedEvent
ManualResetEvent
depth
Int32

Applies to