ReplicationServerGroup Constructor

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient.Replication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public ReplicationServerGroup(
	string name,
	int retryTime
)
Visual Basic
Public Sub New ( _
	name As String, _
	retryTime As Integer _
)
Visual C++
public:
ReplicationServerGroup(
	String^ name, 
	int retryTime
)

Parameters

name
Type: System..::..String
Group name
retryTime
Type: System..::..Int32

See Also