Implements the business logic of retrieving messages from a receiver, processing the messages and finally storing the messages
as message records in the message storage.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- maxBatchSize
- Type: SystemInt32
[Missing <param name="maxBatchSize"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.EBoksMessageRetriever.RetrieveMessages(System.Int32)"]
Return Value
Type: IDictionaryMessage, StringA dictionary where each key/value pair specifies the processed message and the record key of the message record in which the content of the message is stored.
See Also