Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Execute Method (parameters, progressUpdater)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIElementOfCommandExecute(IDictionary<(Of <(String, Object>)>), IProgressUpdater)
Executes the command.
Declaration Syntax
C#Visual BasicVisual 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
parameters (IDictionary<(Of <(String, Object>)>))
The parameters.
progressUpdater (IProgressUpdater)
The progress updater.
Return Value
true if the execution of the chain of command is stopped; otherwise, false.

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