Overload List
Name | Description | |
---|---|---|
BeginGetMessage(Int32, Stream, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the message with the specified sequence number
and writes its data into a supplied stream.
| |
BeginGetMessage(Int32, String, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the message with the specified sequence number
and writes its data into a local file.
| |
BeginGetMessage(String, Stream, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the message with the specified unique ID
and writes its data into a supplied stream.
| |
BeginGetMessage(String, String, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the message with the specified unique ID
and writes its data into a local file.
| |
BeginGetMessage(Int32, Stream, Int64, Int32, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the specified part of the message with the specified sequence number
and writes its data into a supplied stream.
| |
BeginGetMessage(Int32, String, Int64, Int32, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the message with the specified sequence number
and writes its data into a local file.
| |
BeginGetMessage(String, Stream, Int64, Int32, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the specified part of the message with the specified unique ID
and writes its data into a supplied stream.
| |
BeginGetMessage(String, String, Int64, Int32, AsyncCallback, Object) |
Begins asynchronous GetMessage operation.
Downloads the message with the specified unique ID
and writes its data into a local file.
|