Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public event EventHandler AbortCompleted

Value

Type: SystemEventHandler
See Also