Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Execute Method (parameters)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIChainOfCommandExecute(IDictionary<(Of <(String, Object>)>))
Executes the chain of command with the specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
void Execute(
	IDictionary<string, Object> parameters
)
Sub Execute ( _
	parameters As IDictionary(Of String, Object) _
)
void Execute(
	IDictionary<String^, Object^>^ parameters
)
Parameters
parameters (IDictionary<(Of <(String, Object>)>))
The parameters.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)