Closes the storage.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
void Close(
bool keepSequenceNumbersBetweenFixConnections,
bool doBackup
) |
Visual Basic |
---|
Sub Close ( _
keepSequenceNumbersBetweenFixConnections As Boolean, _
doBackup As Boolean _
) |
Visual 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 backe the storage.
See Also