Click or drag to resize

DigitalPostMessageRetrieverRetrieveMessages Method

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_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IDictionary<Message, string> RetrieveMessages(
	int maxBatchSize
)

Parameters

maxBatchSize  Int32

[Missing <param name="maxBatchSize"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.DigitalPostMessageRetriever.RetrieveMessages(System.Int32)"]

Return Value

IDictionaryMessage, String
A 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