MySqlDependency Constructor(MySqlCommand,Int32,MySqlDependencyCheckType)
Initializes a new instance of the
MySqlDependency class with a
MySqlCommand object and timeout interval and specifies the check method to use for checking tables for changes.
Parameters
- command
- The MySqlCommand object to watch for.
- timeout
- The interval between two consequent checks in milliseconds.
- checkType
- The check method to use for checking tables for changes. See MySqlDependencyCheckType for more details.