ArcGIS Pro 3.7 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 Function CancelFeatureCacheRequestsAsync( _
       ByVal showNotification As Boolean _
    ) As Task
    public Task CancelFeatureCacheRequestsAsync( 
       bool showNotification
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also