Public Overloads Function ClearFeatureCacheAsync( _ ByVal showNotification As Boolean _ ) As Task
public Task ClearFeatureCacheAsync( bool showNotification )
Parameters
- showNotification
- Show a toast notification when the cache operation is complete.
Public Overloads Function ClearFeatureCacheAsync( _ ByVal showNotification As Boolean _ ) As Task
public Task ClearFeatureCacheAsync( bool showNotification )
| 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 Home, Pro, Enterprise (64 bit)