AsyncTransmitterBatch.BatchWorker Méthode
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.
protected:
virtual void BatchWorker(Microsoft::BizTalk::Adapter::Common::BatchEndpointParameters ^ endpointParameters, System::Collections::Generic::List<Microsoft::BizTalk::Message::Interop::IBaseMessage ^> ^ messages);
protected virtual void BatchWorker (Microsoft.BizTalk.Adapter.Common.BatchEndpointParameters endpointParameters, System.Collections.Generic.List<Microsoft.BizTalk.Message.Interop.IBaseMessage> messages);
abstract member BatchWorker : Microsoft.BizTalk.Adapter.Common.BatchEndpointParameters * System.Collections.Generic.List<Microsoft.BizTalk.Message.Interop.IBaseMessage> -> unit
override this.BatchWorker : Microsoft.BizTalk.Adapter.Common.BatchEndpointParameters * System.Collections.Generic.List<Microsoft.BizTalk.Message.Interop.IBaseMessage> -> unit
Protected Overridable Sub BatchWorker (endpointParameters As BatchEndpointParameters, messages As List(Of IBaseMessage))
Paramètres
- endpointParameters
- BatchEndpointParameters
- messages
- List<IBaseMessage>