Executes the chain of command with the specified parameters.

C# | Visual Basic | Visual C++ |
void Execute( IDictionary<string, Object> parameters )
Sub Execute ( _ parameters As IDictionary(Of String, Object) _ )
void Execute( IDictionary<String^, Object^>^ parameters )

- parameters (IDictionary<(Of <(String, Object>)>))
- The parameters.