I am trying to figure out how to monitor more than one table with a SqlDependency. All the examples I have found are for one table.

I have multiple classes that represent a monitor for a specific table. Each time a change event is raised I stop the dependency and start a new one but that unhooks the other monitors. How do I get it to keep monitoring for multiple tables? Do I need to re-hookup all the monitors each time an event is caught?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Use AggregateCacheDependency class to setup dependency on multiple tables.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.