Reconnect Property
Reconnect
Whether to attempt to automatically reconnect a client that has been disconnected.
Declaration
public bool Reconnect { get; set; }
Property Value
bool |
Remarks
This is true
by default, i.e. a client that has been disconnected but is
still active will try to reconnect to the cluster. Set this to false
if you
want it to shut down and never reconnect.