LCE question

  • Thread starter Thread starter MikeL
  • Start date Start date
M

MikeL

When a publisher invokes the methods of an event class (fires an event) is
it a synchronous call or an asynchronous call?

I want my publisher to fire-and-forget the event.

Thanks in advance,

Mike
 
Hello MikeL,

It's sync. If you want to make async and disconnected calls you need to use
Queued componets for this.
See MSDN for the InterfaceQueuing/ApplicationQueuing Attributes
It's not compex task

M> When a publisher invokes the methods of an event class (fires an
M> event) is it a synchronous call or an asynchronous call?
M>
M> I want my publisher to fire-and-forget the event.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top