标签: azure azureservicebus
Microsoft.WindowsAzure .Storage.Queue.CloudQueueMessage对象有 DequeueCount 属性,但我找不到 Microsoft.Azure上的相应属性 .ServiceBus.Message对象。
任何人都可以向我提供有关我可能会在哪里找到此信息的任何信息吗?
干杯 克雷格
答案 0 :(得分:0)
可在Message.SystemPropertiesCollection课程中找到。属性名称为DeliveryCount。
Message.SystemPropertiesCollection
DeliveryCount