ReplicationServer.IsAvailable Property
From MySQL Connector/Net
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
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