Click or drag to resize

SessionDisconnect(Boolean) Method

Closes session.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void Disconnect(
	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