'Declaration Public Function New( _ ByVal command As MySqlCommand, _ ByVal timeout As Integer _ )
public MySqlDependency( MySqlCommand command, int timeout )
Parameters
- command
- The MySqlCommand object to watch for.
- timeout
- The interval between two consequent checks in milliseconds.