[Mono-dev] [PATCH] System.Messaging, support for BeginPeek/BeginReceive.
Atsushi Eno
atsushi at ximian.com
Sat Dec 20 08:52:34 EST 2008
Hi,
Thanks :) Though I have one request; they had better be made as virtual
in Mono.Messaging so that 1) those who derive from the driver do not
have to implement them by default, while 2) they can be implemented
in each driver's custom code. This change needs some coding work at
your side though :|
Atsushi Eno
Michael Barker wrote:
> Hi,
>
> Attached is 2 patches that adds support for the async methods in
> System.Messaging (BeginReceive, BeginPeek, EndReceive and EndPeek). I
> have implemented all of the functionality for this in System.Messaging
> so the underlying messaging implementation does not need to.
>
> Please review.
>
> Mike.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list