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