'Declaration Public Function New( _ ByVal command As MySqlCommand, _ ByVal timeout As Integer, _ ByVal checkType As MySqlDependencyCheckType _ )
public MySqlDependency( MySqlCommand command, int timeout, MySqlDependencyCheckType checkType )
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.