ReplicationRoundRobinServerGroup Members

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The ReplicationRoundRobinServerGroup type exposes the following members.

Constructors

  Name Description
Public method ReplicationRoundRobinServerGroup

Methods

  Name Description
Public 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 a hash function for a particular type.
(Inherited from Object.)
Public method GetServer(Boolean)
Gets an available server based on Round Robin load balancing
(Overrides ReplicationServerGroup..::..GetServer(Boolean).)
Public method GetServer(String)
Gets a server by name
(Inherited from ReplicationServerGroup.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HandleFailover
Handles a failed connection to a server. This method can be overrided to implement a custom failover handling
(Inherited from ReplicationServerGroup.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RemoveServer
Removes a server from group
(Inherited from ReplicationServerGroup.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  Name Description
Protected field servers (Inherited from ReplicationServerGroup.)

Properties

  Name Description
Public property Name
Group name
(Inherited from ReplicationServerGroup.)
Public property RetryTime
Retry time between connections to failed servers
(Inherited from ReplicationServerGroup.)
Public property Servers
Servers list in the group
(Inherited from ReplicationServerGroup.)

See Also