SubscriberItemOptions MembersDH.Messaging Documentation

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

The SubscriberItemOptions type exposes the following members.
Constructors

  NameDescription
Public methodSubscriberItemOptions
Initializes a new instance of the SubscriberItemOptions class
Back to Top
Fields

  NameDescription
Public fieldClearMessagesOnDeactivate
Clear messages when component is deactivated
Public fieldClearMessagesOnSuspend
Clear messages when SuspendSubscription is called
Public fieldDisableOnDeactivate
Subscription will be automatically deactivated.
Public fieldEnableOnActivate
Subscription will be automatically activated unless SuspendSubscriptions() was called, in which case EnableSubscriptions() must be called to release the suspend lock.
Back to Top
See Also