WaiterWaitUntilU, T Method (FuncU, T, U, 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 U, T)
Dim args As U
Dim timeoums As Integer
Dim sleepms As Integer
Dim returnValue As T

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

Parameters

func
Type: SystemFuncU, T

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

args
Type: U

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

timeoums
Type: SystemInt32

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

sleepms
Type: SystemInt32

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

Type Parameters

U

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

T

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

Return Value

Type: T

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

See Also