MySQL Connector/Net
ReplicationRoundRobinServerGroup Constructor |
Namespace: MySql.Data.MySqlClient.Replication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public ReplicationRoundRobinServerGroup( string name, int retryTime )
Public Sub New ( name As String, retryTime As Integer )
public: ReplicationRoundRobinServerGroup( String^ name, int retryTime )
new : name : string * retryTime : int -> ReplicationRoundRobinServerGroup
Parameters
- name
- Type: SystemString
- retryTime
- Type: SystemInt32
