forwardClear Method    Table of ContentFindOutboundFlatMessage Method forward
ISessionStorage.Close Method
Closes the 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.12.0.0
Syntax
C#
void Close(
	bool keepSequenceNumbersBetweenFixConnections,
	bool doBackup
)

Parameters

keepSequenceNumbersBetweenFixConnections
Type: System.Boolean
Option to keep message sequence numbers between FIX connections.
doBackup
Type: System.Boolean
Option to back up the storage.
See Also