diff options
| author | Tomas Restrepo <tomasr@apache.org> | 2007-05-19 18:55:33 +0000 |
|---|---|---|
| committer | Tomas Restrepo <tomasr@apache.org> | 2007-05-19 18:55:33 +0000 |
| commit | df17c61ef77702107b8c852b95e0730393f36707 (patch) | |
| tree | c26f4b7a3bcb9dcdf8cd5797aded8c2d7a68dee5 /dotnet/Qpid.Messaging | |
| parent | e075b648784ff38448f706fe75a8adbc635763af (diff) | |
| download | qpid-python-df17c61ef77702107b8c852b95e0730393f36707.tar.gz | |
* Excluded failover tests from nant builds and SSL tests on mono
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Messaging')
| -rw-r--r-- | dotnet/Qpid.Messaging/IMessageConsumer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotnet/Qpid.Messaging/IMessageConsumer.cs b/dotnet/Qpid.Messaging/IMessageConsumer.cs index 77e2ee4729..7767fae995 100644 --- a/dotnet/Qpid.Messaging/IMessageConsumer.cs +++ b/dotnet/Qpid.Messaging/IMessageConsumer.cs @@ -37,7 +37,8 @@ namespace Qpid.Messaging /// You can attach a delegate to the <see cref="OnMessage"/> /// event and be notified when a message arrives, or you can /// use the <see cref="Receive"/> and <see cref="ReceiveNoWait"/> - /// methods to control when you receive messages. + /// methods to control when you receive messages. Be aware that you can use + /// one or the other, but not both at the same time. /// </para> /// <para> /// Regardless of which method you choose, the prefetch settings |
