Event, which triggers on any exception on executing any task in from the queue
Namespace: EAL.EALConnectionAssembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)
Syntax
| C# |
|---|
public event QueueExecutionHandler ExceptionInQueueExecution |
| Visual Basic |
|---|
Public Event ExceptionInQueueExecution As QueueExecutionHandler |
| Visual C++ |
|---|
public:
virtual event QueueExecutionHandler^ ExceptionInQueueExecution {
void add (QueueExecutionHandler^ value);
void remove (QueueExecutionHandler^ value);
} |
Value
Type:
QueueExecutionHandlerImplements
IEALConnection..::..ExceptionInQueueExecution
See Also