Name | Description | |
---|---|---|
MySqlDependency Constructor | Overloaded. Initializes a new instance of the MySqlDependency class. |
The following tables list the members exposed by MySqlDependency.
Name | Description | |
---|---|---|
MySqlDependency Constructor | Overloaded. Initializes a new instance of the MySqlDependency class. |
Name | Description | |
---|---|---|
CheckTimeout | Gets or sets the interval between two consequent checks. | |
HasChanges | Gets a value that indicates whether one of the result sets associated with the dependency has changed. |
Name | Description | |
---|---|---|
AddCommandDependency | Overloaded. Associates a MySqlCommand object with this MySqlDependency instance. | |
Dispose | Excludes this instance of MySqlDependency from list of polled items. | |
Start | Overloaded. Starts tracking changes using the specified connection string. | |
Stop | Stops tracking changes with the specified connection string. |
Name | Description | |
---|---|---|
OnChange | Occurs when MySqlDependency detects that there is a change in any of the commands associated with this MySqlDependency object. | |
OnCheck | Occurs when MySqlDependency checks status of a table. | |
OnError |