IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..WaitDelay Method
Waits the delay time. Use only when absolutely needed. Prefer use of WaitForState, WaitForExists, or
WaitForNotExists.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IMockerBlazorTestHelpers<T> WaitDelay( Nullable<TimeSpan> waitTimeout )
Function WaitDelay ( _ waitTimeout As Nullable(Of TimeSpan) _ ) As IMockerBlazorTestHelpers(Of T)
IMockerBlazorTestHelpers<T>^ WaitDelay( Nullable<TimeSpan^> waitTimeout )
Parameters
- waitTimeout
- Type: Nullable<(Of <(<'TimeSpan>)>)>
The wait timeout.