ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / AsyncPresentationEvent<TPayload> Class / Unregister Method / Unregister(SubscriptionToken) Method
The SubscriptionToken returned by EventBase while subscribing to the event.

In This Topic
    Unregister(SubscriptionToken) Method
    In This Topic
    Removes the subscriber matching the .
    Syntax
    public void Unregister( 
       SubscriptionToken token
    )
    Public Overloads Sub Unregister( _
       ByVal token As SubscriptionToken _
    ) 

    Parameters

    token
    The SubscriptionToken returned by EventBase while subscribing to the event.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also