Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

DeleteMessageAsync Method

Deletes the specified message from the queue.

Syntax

[VB.NET]
Public Function DeleteMessageAsync(ByVal MessageId As String, ByVal PopReceipt As String) As Task
[C#]
public Task DeleteMessageAsync(string messageId, string popReceipt);

Remarks

This method is the asynchronous version of the DeleteMessage method and is used to support asynchronous operations in WinRT. Please refer to DeleteMessage for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0