Click or drag to resize

ClientBaseMaxConnectionAttempts Property

Gets or sets the maximum number of times the client will attempt to connect to the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(-1)]
public virtual int MaxConnectionAttempts { get; set; }
View Source

Property Value

Int32

Implements

IClientMaxConnectionAttempts
Remarks
Set MaxConnectionAttempts to -1 for infinite connection attempts.
See Also