ReplicationServer.IsAvailable Property

MySQL Connector/Net

ReplicationServerIsAvailable Property
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.9.9
Syntax
public bool IsAvailable { get; set; }
Public Property IsAvailable As Boolean
	Get
	Set
public:
property bool IsAvailable {
	bool get ();
	void set (bool value);
}
member IsAvailable : bool with get, set

Property Value

Type: Boolean
See Also