Re: [Mono-dev] [PATCH] System.Messaging, support for BeginPeek/BeginReceive.

2008-12-20 Thread Atsushi Eno
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

[Mono-dev] [PATCH] System.Messaging, support for BeginPeek/BeginReceive.

2008-12-19 Thread Michael Barker
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. Ind