Defines the interface to a storage into which messages can be stored.
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
The IMessageStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
StoreMessage |
When this method is invoked, the implementation shall store the specified message in the implemented storage as a new record
(message record).
|
See Also