| Overload | Description |
|---|---|
| BeginGet(Stream,Object) | Asynchronously get a single message from the server, specifying the Stream object to use for encapsulating the message. |
| BeginGet(Stream,Int32,Object) | Asynchronously get a specified amount of lines of a single message from the server, specifying the Stream object to use for encapsulating the message. |
| BeginGet(Object) | Asynchronously get a single message from the server. The message will be encapsulated by a MessageStream, made accessible in the Pop.EndGet event. |
| BeginGet(Int32,Object) | Asynchronously get a specified amount of lines of a single message from the server. The message will be encapsulated by a MessageStream, made accessible in the Pop.EndGet event. |
Target Platforms: Microsoft .NET Framework 2.0