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
 
Back
Top