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 user defined function that will execute asynchronously when invoked.