你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SendReceipt 类

定义

调用队列上的 Put Message 时,QueueMessageList 数组中返回的对象。

public class SendReceipt
type SendReceipt = class
Public Class SendReceipt
继承
SendReceipt

属性

ExpirationTime

消息将过期并自动删除的时间。

InsertionTime

消息插入队列的时间。

MessageId

消息的 ID。

PopReceipt

若要删除消息,需要此值。 如果使用此 popreceipt 删除失败,则消息已被另一个客户端取消排队。

TimeNextVisible

消息在队列中再次可见的时间。

适用于