Enum SessionStorageType
Session storage type.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum SessionStorageType
Fields
Name | Description |
---|---|
AsyncFileBasedStorage | Asynchronous file based storage. Session's state and messages are persisted to the file system asynchronous in the separated thread. |
FileBasedStorage | File based storage. Session's state and messages are persisted to the file system. |
MemoryBasedStorage | Memory based storage. Session's state and messages are NOT persisted. |
PluggableStorage | Custom storage. |