SessionDisconnectSync Method (String, Boolean)

FIX Antenna .NET Programmer's Guide
Synchronously closes session with the given logout text.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public void DisconnectSync(
	string logoutText,
	bool markAsTerminated
)

Parameters

logoutText
Type: SystemString
text, which will be used in the Logout message
markAsTerminated
Type: SystemBoolean
if 'true' then the session will be forcefully marked as correctly terminated and persistant information about it will not be used during the subsequent connections.
Remarks

Note Note
the forcefullyMarkAsTerminated parameter is used only if the IntradayLogoutTolerance configuration option is .
See Also

Reference