Executes the command.
| C# | Visual Basic | Visual C++ |
bool Execute( IDictionary<string, Object> parameters, IProgressUpdater progressUpdater )
Function Execute ( _ parameters As IDictionary(Of String, Object), _ progressUpdater As IProgressUpdater _ ) As Boolean
bool Execute( IDictionary<String^, Object^>^ parameters, IProgressUpdater^ progressUpdater )
- parameters (IDictionary<(Of <(String, Object>)>))
- The parameters.
- progressUpdater (IProgressUpdater)
- The progress updater.
true if the execution of the chain of command is stopped; otherwise, false.