ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / CancelFeatureCacheRequestsAsync Method
Show a toast notification when the cancelation operation is complete.

In This Topic
    CancelFeatureCacheRequestsAsync Method
    In This Topic
    Cancels any existing feature cache requests.
    Syntax
    public Task CancelFeatureCacheRequestsAsync( 
       bool showNotification
    )
    Public Function CancelFeatureCacheRequestsAsync( _
       ByVal showNotification As Boolean _
    ) As Task

    Parameters

    showNotification
    Show a toast notification when the cancelation operation is complete.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also