ReceiveBatch Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- callback
- ReceiveBatchCompleteHandler
- depth
- Int32
S’applique à
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)
Paramètres
- transportProxy
- IBTTransportProxy
- control
- ControlledTermination
- orderedEvent
- ManualResetEvent
- depth
- Int32