public Task ClearFeatureCacheAsync( bool showNotification )
Public Overloads Function ClearFeatureCacheAsync( _ ByVal showNotification As Boolean _ ) As Task
Parameters
- showNotification
- Show a toast notification when the cache operation is complete.
public Task ClearFeatureCacheAsync( bool showNotification )
Public Overloads Function ClearFeatureCacheAsync( _ ByVal showNotification As Boolean _ ) As Task
Exception | Description |
---|---|
System.InvalidOperationException | Emptying the feature cache is only allowed on the active map. |
System.InvalidOperationException | Emptying the feature cache is not allowed during an edit session. |
Target Platforms: Windows 11, Windows 10