AsyncTransmitterBatch.BatchWorker Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- endpointParameters
- BatchEndpointParameters
- messages
- List<IBaseMessage>