G
Guest
Hi,
I believe that when an event is Raised is C#, it is performed synchronously, as a value is returned by the event handler, even if that value is NULL. However, as VB does not have the ability to receive a return value, I was wondering is the call was performed asynchronously, rather than blocking on a call for which it would not receive a response.
I was specifically thinking of the case of having a cient subscribing to the event in a server, and the server being present in a remote machine.
Al
I believe that when an event is Raised is C#, it is performed synchronously, as a value is returned by the event handler, even if that value is NULL. However, as VB does not have the ability to receive a return value, I was wondering is the call was performed asynchronously, rather than blocking on a call for which it would not receive a response.
I was specifically thinking of the case of having a cient subscribing to the event in a server, and the server being present in a remote machine.
Al