ArcGIS Pro 2.8 API Reference Guide
Subscribe Method (TaskEndedEvent)

ArcGIS.Desktop.TaskAssistant.Events Namespace > TaskEndedEvent Class : Subscribe Method
A delegate that is executed when the TaskEndedEvents is published.
(optional) The type of reference used to maintain the delegate. False is a weak reference, true is a strong reference. (default value = false)
Subscribes to TaskEndedEvents that are published when a task ends.
Syntax

Parameters

action
A delegate that is executed when the TaskEndedEvents is published.
keepSubscriberAlive
(optional) The type of reference used to maintain the delegate. False is a weak reference, true is a strong reference. (default value = false)

Return Value

A token that uniquely identifies the subscription, and may subsequently be used with Unsubscribe.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TaskEndedEvent Class
TaskEndedEvent Members