IPWorks IoT 2020 macOS Edition

Questions / Feedback?

QueueMessageCount Property

The message count returned by various queue operations.

Syntax

public var queueMessageCount: Int32 {
get {...} }

Default Value

0

Remarks

This property is populated with a message count after calling certain queue-related methods.

After calling...This property will reflect...
DeclareQueue The number of messages currently in the queue.
PurgeQueue The number of messages purged from the queue.
DeleteQueue THe number of messages deleted along with the queue.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 macOS Edition - Version 20.0 [Build 8265]