AsyncTransmitterBatch.BatchWorker Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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))
Parametri
- endpointParameters
- BatchEndpointParameters
- messages
- List<IBaseMessage>