|
| MySQL Connector/Net |
| ReplicationRoundRobinServerGroup Methods |
| ReplicationRoundRobinServerGroup Class See Also Send Feedback |
|
The ReplicationRoundRobinServerGroup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
AddServer |
Adds a server into the group
(Inherited from ReplicationServerGroup.) |
|
Equals | (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetServer(Boolean) |
Gets an available server based on Round Robin load balancing
(Overrides ReplicationServerGroup..::..GetServer(Boolean).) |
|
GetServer(String) |
Gets a server by name
(Inherited from ReplicationServerGroup.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HandleFailover |
Handles a failed connection to a server.
This method can be overrided to implement a custom failover handling
(Inherited from ReplicationServerGroup.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveServer |
Removes a server from group
(Inherited from ReplicationServerGroup.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |