outgoingMessageCount (property)
The number of records in the OutgoingMessage arrays.
Syntax
@property (nonatomic,readonly,assign,getter=outgoingMessageCount) int outgoingMessageCount; - (int)outgoingMessageCount;
public var outgoingMessageCount: Int32 { get {...} }
Default Value
0
Remarks
This property controls the size of the following arrays:
- OutgoingMessageContentType
- OutgoingMessageCorrelationData
- OutgoingMessageDuplicate
- OutgoingMessageMessage
- OutgoingMessageMessageExpInterval
- OutgoingMessagePacketId
- OutgoingMessagePayloadFormatIndicator
- OutgoingMessageQoS
- OutgoingMessageResponseTopic
- OutgoingMessageRetained
- OutgoingMessageState
- OutgoingMessageSubscriptionIdentifiers
- OutgoingMessageTopic
- OutgoingMessageTopicAlias
The array indices start at 0 and end at OutgoingMessageCount - 1.
This property is read-only.