【发布时间】:2011-09-11 10:23:35
【问题描述】:
如果我调用BeginReceive() 方法两次(一个接一个)会发生什么?
例子:
MessageQueue mq = new MessageQueue("strQueueConnectionhere");
mq.BeginReceive(); // first call
mq.BeginReceive(); // second call
请帮忙
thnx :D
【问题讨论】:
标签: c# message-queue beginreceive