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 public Await(
Expression expression
)
Parameters
- expression
- Type: Nova.CodeDOMExpression
The expression to be executed asynchronously.
See Also