Click or drag to resize

WaitUntilTrue Method (FuncBoolean)

Note: This API is now obsolete.

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[ObsoleteAttribute("Wait.UntilTrue is missing dependent variables array", 
	true)]
public static Object UntilTrue(
	Func<bool> expression
)

Parameters

expression
Type: SystemFuncBoolean
Expression to suspend until true.

Return Value

Type: Object
A task representing the wait for expression to become true.
See Also