IsAvailable Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Defines if the server is available to be considered in load balancing

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

Syntax

C#
public bool IsAvailable { get; set; }
Visual Basic
Public Property IsAvailable As Boolean
	Get
	Set
Visual C++
public:
property bool IsAvailable {
	bool get ();
	void set (bool value);
}

See Also