MsmqIntegrationMessageProperty.Acknowledgment 属性
定义
获取消息队列 (MSMQ) 生成的确认消息。Gets the acknowledgment message that Message Queuing (MSMQ) generates.
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)
属性值
消息队列生成的确认消息。The acknowledgment message that Message Queuing generates.
注解
此属性的可能设置值是由 Acknowledgment 定义的。Possible values that this property can be set to are defined by Acknowledgment. 接收来自管理队列的消息时,此值可用于验证原始消息的状态。The value can be used to verify the status of the original message when you receive a message from an administration queue.