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 _
    ) 
    public static void Stop( 
       string connectionString
    )

    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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also