SubscriberItemOptions FieldsDH.Messaging Documentation

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

The SubscriberItemOptions type exposes the following members.
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