|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
LCE questionWhen 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 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 > > |
|||||||||||||||||||||||