ArcGIS Pro 2.6 API Reference Guide
ExecuteCommand Method (Module)

ArcGIS.Desktop.Framework.Contracts Namespace > Module Class : ExecuteCommand Method
The DAML control identifier.
Override this method to allow users to execute DAML commands specified in this module.
Syntax
protected internal virtual Func<Task> ExecuteCommand( 
   string id
)
Protected Friend Overridable Function ExecuteCommand( _
   ByVal id As String _
) As Func(Of Task)

Parameters

id
The DAML control identifier.

Return Value

A task that represents the work queued to execute in the ThreadPool.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Module Class
Module Members