0

is it possible to access SAPI from a WCF app ?

Attilah
  • 16,382
  • 34
  • 132
  • 197

1 Answers1

0

Do you mean to access it from a WCF service?

I don't know for certain, but I suspect you'd need to make the service run as a single instance. If I recall correctly, SAPI was designed for use from a desktop application, and might depend on the existence of a message pump. You might have to host your service in a Windows Forms application in order to give it one.

John Saunders
  • 157,405
  • 24
  • 229
  • 388