|
IClientMaxConnectionAttempts Property
|
Gets or sets the maximum number of times the client will attempt to connect to the server.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax int MaxConnectionAttempts { get; set; }
Property MaxConnectionAttempts As Integer
Get
Set
property int MaxConnectionAttempts {
int get ();
void set (int value);
}
abstract MaxConnectionAttempts : int with get, set
function get_MaxConnectionAttempts();
function set_MaxConnectionAttempts(value);
Property Value
Int32See Also