Click or drag to resize

WaitUntilChanged Method (FuncObject)

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.UntilChanged is missing dependent variables array", 
	true)]
public static Object UntilChanged(
	Func<Object> expression
)

Parameters

expression
Type: SystemFuncObject
Expression to suspend until change.

Return Value

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