'Declaration Public Shared Sub Stop( _ ByVal connectionString As String _ ) |
public static void Stop( string connectionString ) |
Parameters
- connectionString
- The connection string used when checking for changes on the server.
'Declaration Public Shared Sub Stop( _ ByVal connectionString As String _ ) |
public static void Stop( string connectionString ) |
This method stops the tracking mechanism for all MySqlCommand objects started with given connectionString.