ReplicationServerGroup.RetryTime Property

MySQL Connector/Net

ReplicationServerGroupRetryTime Property
Retry time between connections to failed servers

Namespace: MySql.Data.MySqlClient.Replication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public int RetryTime { get; protected set; }
Public Property RetryTime As Integer
	Get
	Protected Set
public:
property int RetryTime {
	int get ();
	protected: void set (int value);
}
member RetryTime : int with get, set

Property Value

Type: Int32
See Also