ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Events Namespace / JobMessageEvent Class / Unsubscribe Method / Unsubscribe(SubscriptionToken) Method
The subscription token

In This Topic
    Unsubscribe(SubscriptionToken) Method
    In This Topic
    A method to unsubscribe from the message event.
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal token As SubscriptionToken _
    ) 
    public static void Unsubscribe( 
       SubscriptionToken token
    )

    Parameters

    token
    The subscription token
    Requirements

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

    ArcGIS Pro version: 3.6 or higher.
    See Also