Click or drag to resize

SessionDisconnectSync(Boolean) Method

Closes session synchronously.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void DisconnectSync(
	bool forcefullyMarkAsTerminated
)

Parameters

forcefullyMarkAsTerminated  Boolean
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