
Icon | Member | Description |
---|---|---|
![]() | BeginExecute<(Of <(T>)>)(ISpaceTask<(Of <(T>)>), Object, AsyncCallback<(Of <(T>)>), Object) |
Begins asynchronous execute operation which executes a task on a specific space node. The space node it will
execute on is controlled by the routing value provided as a second parameter.
|
![]() | BeginExecute<(Of <(T>)>)(ISpaceTask<(Of <(T>)>), Object, ITransaction, AsyncCallback<(Of <(T>)>), Object) |
Begins asynchronous execute operation which executes a task on a specific space node. The space node it will
execute on is controlled by the routing value provided as a second parameter.
|
![]() | BeginExecute<(Of <(R, T>)>)(IDistributedSpaceTask<(Of <(R, T>)>), AsyncCallback<(Of <(R>)>), Object) |
Begins asynchronous execute operation which executes the task on all the primary space nodes within the cluster (broadcast). The task is executed
on each space node with all the results reduced by the IDistributedSpaceTask<(Of <(R, T>)>) Reduce operation.
The task can optionally implement ISpaceTaskResultsFilter<(Of <(T>)>) that can control
if tasks should continue to accumelate or it should break and execute the reduce operation on the
results received so far.
The execution actual result will be the reduced result of the execution, or the exception thrown during
during the reduce operation. The moderator can be used as a mechanism to listen for results as they arrive.
|
![]() | BeginExecute<(Of <(R, T>)>)(IDistributedSpaceTask<(Of <(R, T>)>), ITransaction, AsyncCallback<(Of <(R>)>), Object) |
Begins asynchronous execute operation which executes the task on all the primary space nodes within the cluster (broadcast). The task is executed
on each space node with all the results reduced by the IDistributedSpaceTask<(Of <(R, T>)>) Reduce operation.
The task can optionally implement ISpaceTaskResultsFilter<(Of <(T>)>) that can control
if tasks should continue to accumelate or it should break and execute the reduce operation on the
results received so far.
The execution actual result will be the reduced result of the execution, or the exception thrown during
during the reduce operation. The moderator can be used as a mechanism to listen for results as they arrive.
|