This documentation is archived and is not being maintained.
TfsMessageQueue::EndDequeue Method (IAsyncResult)
Visual Studio 2013
Ends an asynchronous operation to dequeue a message from the queue.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- result
- Type: System::IAsyncResult
The asynchronous operation
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::TfsDequeueContextThe message which was dequeued from the server, or null if the queue has been closed
| Exception | Condition |
|---|---|
| TimeoutException | if the specified time-out is exceeded |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: