WaiterWaitUntilT Method (FuncT, Int32, Int32)
Waits for a delegate function to return true or not null

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim func As Func(Of T)
Dim timeoums As Integer
Dim sleepms As Integer
Dim returnValue As T

returnValue = Waiter.WaitUntil(func, 
	timeoums, sleepms)

Parameters

func
Type: SystemFuncT

[Missing <param name="func"/> documentation for "M:Selenium.Waiter.WaitUntil``1(System.Func{``0},System.Int32,System.Int32)"]

timeoums
Type: SystemInt32

[Missing <param name="timeoums"/> documentation for "M:Selenium.Waiter.WaitUntil``1(System.Func{``0},System.Int32,System.Int32)"]

sleepms
Type: SystemInt32

[Missing <param name="sleepms"/> documentation for "M:Selenium.Waiter.WaitUntil``1(System.Func{``0},System.Int32,System.Int32)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Selenium.Waiter.WaitUntil``1(System.Func{``0},System.Int32,System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Selenium.Waiter.WaitUntil``1(System.Func{``0},System.Int32,System.Int32)"]

See Also