ReplicationRoundRobinServerGroup Methods

MySQL Connector/Net

ReplicationRoundRobinServerGroup Methods

The ReplicationRoundRobinServerGroup type exposes the following members.

Methods
  Name Description
Protected method AddServer
Adds a server into the group
(Inherited from ReplicationServerGroup.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected method GetServer(Boolean)
Gets an available server based on Round Robin load balancing
(Overrides ReplicationServerGroupGetServer(Boolean).)
Protected method GetServer(String)
Gets a server by name
(Inherited from ReplicationServerGroup.)
Protected method GetServer(Boolean, MySqlConnectionStringBuilder) (Inherited from ReplicationServerGroup.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method HandleFailover(ReplicationServer)
Handles a failed connection to a server. This method can be overrided to implement a custom failover handling
(Inherited from ReplicationServerGroup.)
Protected method HandleFailover(ReplicationServer, Exception)
Handles a failed connection to a server.
(Inherited from ReplicationServerGroup.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RemoveServer
Removes a server from group
(Inherited from ReplicationServerGroup.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also