Bridge

AsyncTaskMethodBuilder..::..SetResult Method

Marks the task as successfully completed.

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public void SetResult()
Public Sub SetResult
public:
void SetResult()

Exceptions


ExceptionCondition
System..::..InvalidOperationExceptionThe task has already completed.-or-The builder is not initialized.