forwardSessionState Enumeration   Table of ContentSslSettings Classforward
SessionStorageType Enumeration
Type of session's storage.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public enum SessionStorageType
Members
  Member nameValueDescription
UndefinedSessionStorageType0Undefined session's storage type.
FileBasedStorage1File based storage. Session's state and messages are persisted to the file system.
AsyncFileBasedStorage2Asynchronous file based storage. Session's state and messages are persisted to the file system asynchronous in the separated thread.
MemoryBasedStorage3 Memory based storage. Session's state and messages are NOT persisted.
PluggableStorage4 Custom session storage.
See Also