WaitDialog.DisplayDelay Property
Gets or sets the delay timespan for showing the dialog. Having this property helps prevent flicker for requests that are fast. For faster requests, no wait dialog is displayed.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public TimeSpan DisplayDelay { get; set; }
public:
property TimeSpan DisplayDelay {
TimeSpan get();
void set(TimeSpan value);
}
member DisplayDelay : TimeSpan with get, set
Public Property DisplayDelay As TimeSpan
Property Value
Type: System.TimeSpan
The delay before displaying the dialo
See Also
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top