• Version 1.15.2
Show / Hide Table of Contents

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.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX