[This is preliminary documentation and is subject to change.]
The SubscriberItemOptions type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | SubscriberItemOptions | Initializes a new instance of the SubscriberItemOptions class |
Fields
Name | Description | |
---|---|---|
![]() | ClearMessagesOnDeactivate |
Clear messages when component is deactivated
|
![]() | ClearMessagesOnSuspend |
Clear messages when SuspendSubscription is called
|
![]() | DisableOnDeactivate |
Subscription will be automatically deactivated.
|
![]() | EnableOnActivate |
Subscription will be automatically activated unless
SuspendSubscriptions() was called, in which case
EnableSubscriptions() must be called to release the
suspend lock.
|
See Also