ReceiveBatch Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- callback
- ReceiveBatchCompleteHandler
- depth
- Int32
Se aplica a
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)
Parámetros
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- orderedEvent
- ManualResetEvent
- depth
- Int32