AsyncTransmitterBatch.BatchWorker Método
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í.
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))
Parámetros
- endpointParameters
- BatchEndpointParameters
- messages
- List<IBaseMessage>