IUIThreadOperationTimeoutController.OnDelay Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event callback raised when a UI thread operation execution took long enough to be considered as a delay. Visual Studio implementation of the IUIThreadOperationExecutor displays a wait dialog at this point.
public:
void OnDelay();
public void OnDelay ();
abstract member OnDelay : unit -> unit
Public Sub OnDelay ()
Remarks
This method is called on a background thread.