IMessageStorage Interface

Scanjour Workflow4 Reference Manual
Defines the interface to a storage into which messages can be stored.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.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

Reference