Home All Groups Group Topic Archive Search About
Author
26 May 2006 7:21 PM
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

Author
27 May 2006 7:50 PM
Michael Nemtsev
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
Author
30 May 2006 10:10 AM
MikeL
Thanks Michael.

Show quote
"Michael Nemtsev" <nemt***@msn.com> wrote in message
news:9cc1c863963e88c84fff89598f7e@msnews.microsoft.com...
> 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
>
>

AddThis Social Bookmark Button