EBoksMessageRetriever Constructor

Scanjour Workflow4 Reference Manual
Creates an instance of this class with the common properties used when retrieving and processing the messages.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public EBoksMessageRetriever(
	IDigitalPostReceiver receiver,
	Uri oDataUri,
	string defaultCaseNo,
	IMessageStorage messageStorage,
	ISimpleLogger logger
)

Parameters

receiver
Type: WorkZone.Dispatcher.BaseIDigitalPostReceiver
The receiver from which the messages are read.
oDataUri
Type: SystemUri
To provide access to the WorkZone database.
defaultCaseNo
Type: SystemString
The case No. of the file case, on which the message records will be created if no other case file is specified in the metadata of the message or if such case file is inaccessible.
messageStorage
Type: Scanjour.Workflow4.ActivityLibrary.ServiceProcessIMessageStorage
The storage in whihc the messages will be stored. Typically this will be (WorkZoneMessageStorage.
logger
Type: Scanjour.Workflow4.BaseISimpleLogger
The class will use this logger to add entries.
See Also

Reference