ReplicationServerGroupConfigurationElement.RetryTime Property

MySQL Connector/Net

ReplicationServerGroupConfigurationElementRetryTime Property

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

Property Value

Type: Int32
See Also