MessageSubscription T  PropertiesDH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

The MessageSubscription T  type exposes the following members.
Properties

  NameDescription
Public propertyActive
Whether the subscription is active and should receive and process messages
(Inherited from SubscriptionBase.)
Public propertyHasMessages
True if there are messages in the message queue
(Overrides SubscriptionBase HasMessages.)
Public propertyMaxMessages
Sets the maximum number of messages for the subscription. Enforced minimum is 1.
Public propertyMessageCount
Number of messages in the current message queue
Public propertyMessageType
The message type handled by this subscription
(Overrides SubscriptionBase MessageType.)
Back to Top
See Also