ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / FavoritesChangedEvent Class / Unsubscribe Method / Unsubscribe(SubscriptionToken) Method
A subscription token that was returned by Subscribe.
Version

    Unsubscribe(SubscriptionToken) Method
    Unsubscribe from the FavoritesChangedEvent by specifying the token that was returned by Subscribe.
    Syntax
    public static void Unsubscribe( 
       SubscriptionToken token
    )

    Parameters

    token
    A subscription token that was returned by Subscribe.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also