سؤال

I build some service that on start open two threads, each one start SqlDependency with same sql connection but the command its different.

Its possible? its seems to working, but after some will when the on change event need wake up its doesnt.

Thanks.

هل كانت مفيدة؟

المحلول

Yes. You can submit any number of SqlCommands to be notified, with same or different SQL text (query), on one more many SqlConnection objects.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top