MsmqIntegrationMessageProperty.Acknowledgment 属性

定义

获取消息队列 (MSMQ) 生成的确认消息。

public:
 property Nullable<System::Messaging::Acknowledgment> Acknowledgment { Nullable<System::Messaging::Acknowledgment> get(); };
public System.Messaging.Acknowledgment? Acknowledgment { get; }
member this.Acknowledgment : Nullable<System.Messaging.Acknowledgment>
Public ReadOnly Property Acknowledgment As Nullable(Of Acknowledgment)

属性值

消息队列生成的确认消息。

注解

此属性的可能设置值是由 Acknowledgment 定义的。 接收来自管理队列的消息时,此值可用于验证原始消息的状态。

适用于