dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnection Class / Kill Method
Connection to terminate.

In This Topic
    Kill Method
    In This Topic
    Terminates given connection to server.
    Syntax
    'Declaration
     
    Public Sub Kill( _
       ByVal connection As MySqlConnection _
    ) 
    public void Kill( 
       MySqlConnection connection
    )

    Parameters

    connection
    Connection to terminate.
    Remarks
    Use Kill to stop asynchronous execution in another connection. To successfully execute the task you must connect to the same server and have all required privileges.
    See Also