Click or drag to resize

SessionLogoutEventArgsReconnectFlag Property

Should be set to true to re-connect the session. Re-connection will be performed in the parallel thread. User should not set this flag to true at the application stop. Otherwise it will cause infinite loop.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public bool ReconnectFlag { get; set; }

Property Value

Boolean
See Also