enum class SubscriptionCancellationPolicy
Represents the policy to apply to the data stored within the local cache that are watched by a subscription when cancelling this subscription. This data may be either kept and still updated (as long as the network connectivity is up) after the cancellation, or cleared from the local cache.
The data watched by the cancelled subscription is kept within the local cache whatever the way of cancelling the subscription. |
|
The data watched by the cancelled subscription is: |
|
The data watched by the cancelled subscription is cleared from the local cache whatever the way of cancelling the subscription. |