Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

ChangeMessageVisibilityAsync Method

Changes the visibility timeout of a message.

Syntax

[VB.NET]
Public Function ChangeMessageVisibilityAsync(ByVal QueueId As String, ByVal ReceiptHandle As String, ByVal VisiblityTimeout As Integer) As Task<string>
[C#]
public Task<string> ChangeMessageVisibilityAsync(string queueId, string receiptHandle, int visiblityTimeout);

Remarks

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

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