Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » QAMessage 接口

 

Redelivered 属性

指示消息是否以前已接收但尚未确认。

语法
Visual Basic
Public Readonly Property Redelivered As Boolean
C#
public bool Redelivered {get;}
注释

如果接收方 QAManager 检测到以前曾收到过正在接收的消息,则设置 Redelivered。

例如,应用程序使用以 AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT 打开的 QAManager 接收消息,并且没有确认此消息就关闭。当应用程序再次启动并接收同一消息时,Redelivered 标头变为 true。

有关获取和设置消息标头和属性的详细信息,请参见QAnywhere 消息简介

另请参见