Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
BeginExecute Method (callBack, context)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIChainOfCommandBeginExecute(AsyncCallback, Object)
Executes asynchronously this chain of command.
Declaration Syntax
C#Visual BasicVisual C++
IAsyncResult BeginExecute(
	AsyncCallback callBack,
	Object context
)
Function BeginExecute ( _
	callBack As AsyncCallback, _
	context As Object _
) As IAsyncResult
IAsyncResult^ BeginExecute(
	AsyncCallback^ callBack, 
	Object^ context
)
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)