Partager via


AsyncTransmitterBatch.BatchWorker Méthode

Définition

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>

S’applique à