Gets and sets whether pending asynchronous operations are allowed to complete when the control is being terminated.
Read-write property
Visual Basic |
---|
Public Property AsyncCancelOnClose As Boolean |
True if asynchronous operations are allowed to complete before the control is terminated.
False will cause all pending operations to be discarded and the control is terminated immediately.