Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
BeginExecute Method (parameters, callBack, context)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIChainOfCommandBeginExecute(IDictionary<(Of <(String, Object>)>), AsyncCallback, Object)
Executes asynchronously the chain of command with the specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
IAsyncResult BeginExecute(
	IDictionary<string, Object> parameters,
	AsyncCallback callBack,
	Object context
)
Function BeginExecute ( _
	parameters As IDictionary(Of String, Object), _
	callBack As AsyncCallback, _
	context As Object _
) As IAsyncResult
IAsyncResult^ BeginExecute(
	IDictionary<String^, Object^>^ parameters, 
	AsyncCallback^ callBack, 
	Object^ context
)
Parameters
parameters (IDictionary<(Of <(String, Object>)>))
The parameters.
callBack (AsyncCallback)
The callback.
context (Object)
The context.
Return Value
The asynchronous result.

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