Class ReplicationServerGroupConfigurationElement
Defines a replication server group in the configuration file.
Inheritance
System.Object
ReplicationServerGroupConfigurationElement
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class ReplicationServerGroupConfigurationElement : ConfigurationElement
Properties
GroupType
Gets or sets the group type of the replication server group configuration.
Declaration
public string GroupType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or sets the name of the replication server group configuration.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
RetryTime
Gets or sets the number of seconds to wait for retry.
Declaration
public int RetryTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
Servers
Gets a collection of Replication
Declaration
public GenericConfigurationElementCollection<ReplicationServerConfigurationElement> Servers { get; }
Property Value
Type | Description |
---|---|
Generic |