RetryTime Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Retry time between connections to failed servers

Namespace: MySql.Data.MySqlClient.Replication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public int RetryTime { get; private set; }
Visual Basic
Public Property RetryTime As Integer
	Get
	Private Set
Visual C++
public:
property int RetryTime {
	int get ();
	private: void set (int value);
}

See Also