DataSource Events
The DataSource type exposes the following members.
Events
| Name | Description | |
|---|---|---|
|
|
ExecutionCanceled |
Raised when a executionDetails is canceled.
|
|
|
ExecutionError |
Raised when a procedure call fails.
|
|
|
ExecutionFinished |
Raised when a procedure call is successfully completed
|
|
|
ExecutionStarted |
Raised when a procedure call is started
|
|
|
GlobalExecutionCanceled |
Raised when a executionDetails is canceled in any dispatcher.
|
|
|
GlobalExecutionError |
Raised when a procedure call fails in any dispatcher.
|
|
|
GlobalExecutionFinished |
Raised when a procedure call is successfully completed in any dispatcher
|
|
|
GlobalExecutionStarted |
Raised when a procedure call is started in any dispatcher
|

