Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
result
Type: System.IAsyncResultThe asynchronous operation
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
- 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.