IUIThreadOperationTimeoutController.OnDelay Method

Definition

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.

Applies to