AsyncTaskMethodBuilder..::..SetResult Method
Marks the task as successfully completed.
Namespace:
System.Runtime.CompilerServices
Assembly:
Bridge (in Bridge.dll)
Syntax
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The task has already completed.-or-The builder is not initialized. |