Click or drag to resize

IMessageStorage Interface

Defines the interface to a storage into which messages can be stored.

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 interface IMessageStorage

The IMessageStorage type exposes the following members.

Methods
 NameDescription
Public methodStoreMessage 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