Click or drag to resize

Await Constructor (Expression)

Create an Await operator for the specified expression.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Await(
	Expression expression
)

Parameters

expression
Type: Nova.CodeDOMExpression
The expression to be executed asynchronously.
See Also