Interface ISynchronousCommand
Interface for definiting a command as using synchronous execution
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ISynchronousCommand
Methods
| Edit this page View SourceExecute()
Triggers execution of this command
Declaration
void Execute()