dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDependency Class / Stop Method
The connection string used when checking for changes on the server.

In This Topic
Stop Method
In This Topic
Stops tracking changes with the specified connection string.
Syntax
'Declaration
 
Public Shared Sub Stop( _
   ByVal connectionString As String _
) 
 

Parameters

connectionString
The connection string used when checking for changes on the server.
Remarks

This method stops the tracking mechanism for all MySqlCommand objects started with given connectionString.

See Also