IMessageStorage Interface |
Defines the interface to a storage into which messages can be stored.
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 interface IMessageStorage
Public Interface IMessageStorage
public interface class IMessageStorage
type IMessageStorage = interface end
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).
|
Top
See Also