ReplicationServerGroup Methods

MySQL Connector/Net

ReplicationServerGroup Methods

The ReplicationServerGroup type exposes the following members.

Methods
  Name Description
Protected method AddServer
Adds a server into the group
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)
Must be implemented. Defines the next server for a custom load balancing implementation.
Protected method GetServer(String)
Gets a server by name
Protected method GetServer(Boolean, MySqlConnectionStringBuilder)
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
Protected method HandleFailover(ReplicationServer, Exception)
Handles a failed connection to a server.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RemoveServer
Removes a server from group
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also