Share via


TeamFoundationMessageQueueService.EndAcknowledge Method

Ends an asynchronous acknowledge operation on a message queue.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub EndAcknowledge ( _
    result As IAsyncResult _
)
public void EndAcknowledge(
    IAsyncResult result
)
public:
void EndAcknowledge(
    IAsyncResult^ result
)
member EndAcknowledge : 
        result:IAsyncResult -> unit
public function EndAcknowledge(
    result : IAsyncResult
)

Parameters

Exceptions

Exception Condition
TimeoutException

If the acknowledge operation times out

OperationCanceledException

If the acknowledge operation is canceled

MessageQueueNotFoundException

If the specified message queue does not exist

.NET Framework Security

See Also

Reference

TeamFoundationMessageQueueService Class

Microsoft.TeamFoundation.Framework.Server Namespace