Common Application Framework

Command.AttachExecutor Method 

Attaches a CommandExecutor derived class to the command

public void AttachExecutor(
   CommandExecutor executor
);

Parameters

executor
The CommandExecutor derived class to attach.

See Also

Command Class | Aveva.ApplicationFramework.Presentation Namespace