TfsMessageQueue.EndDequeue Method (IAsyncResult, TfsDequeueContext%)

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)

Syntax

'Declaration
Public Function EndDequeue ( _
    result As IAsyncResult, _
    <OutAttribute> ByRef context As TfsDequeueContext _
) As Boolean
public bool EndDequeue(
    IAsyncResult result,
    out TfsDequeueContext context
)
public:
bool EndDequeue(
    IAsyncResult^ result, 
    [OutAttribute] TfsDequeueContext^% context
)
member EndDequeue : 
        result:IAsyncResult * 
        context:TfsDequeueContext byref -> bool
public function EndDequeue(
    result : IAsyncResult, 
    context : TfsDequeueContext
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the call returned in the specified time-out; otherwise, false

.NET Framework Security

See Also

Reference

TfsMessageQueue Class

EndDequeue Overload

Microsoft.TeamFoundation.Framework.Client Namespace