ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / Broadcast Class / Unsubscribe Method

In This Topic
    Unsubscribe Method (Broadcast)
    In This Topic
    Unregisters a previously registered subscription using the specified subscription id.
    Syntax
    Public Shared Sub Unsubscribe( _
       ByVal cookie As ULong _
    ) 
    public static void Unsubscribe( 
       ulong cookie
    )

    Parameters

    cookie
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also