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.ServiceProcessAssembly: 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)
Syntaxpublic IDictionary<Message, string> RetrieveMessages(
int maxBatchSize
)
Public Function RetrieveMessages (
maxBatchSize As Integer
) As IDictionary(Of Message, String)
public:
IDictionary<Message^, String^>^ RetrieveMessages(
int maxBatchSize
)
member RetrieveMessages :
maxBatchSize : int -> IDictionary<Message, string>
Parameters
- maxBatchSize Int32
[Missing <param name="maxBatchSize"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.DigitalPostMessageRetriever.RetrieveMessages(System.Int32)"]
Return Value
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