QueryExecutionCancellationTokenAbortCompleted Event |
Raised by the abort thread once it's completed. If you subscribe to this event, realize the call comes from another thread, not the UI thread!
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax public event EventHandler AbortCompleted
Public Event AbortCompleted As EventHandler
Value
Type:
SystemEventHandlerSee Also