public final class UpdateMessageResult extends Object
| Constructor and Description |
|---|
UpdateMessageResult(String popReceipt,
OffsetDateTime timeNextVisible)
Creates an instance of updated message information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPopReceipt() |
OffsetDateTime |
getTimeNextVisible() |
public UpdateMessageResult(String popReceipt, OffsetDateTime timeNextVisible)
popReceipt - Unique identifier that verifies the operation on a message is validtimeNextVisible - The next time the message will be visible to other operations in the queuepublic String getPopReceipt()
public OffsetDateTime getTimeNextVisible()
Copyright © 2020 Microsoft Corporation. All rights reserved.