AsyncVoidMethodBuilder.SetResult Method

Definition

Marks the method builder as successfully completed.

public:
 void SetResult();
public void SetResult ();
member this.SetResult : unit -> unit
Public Sub SetResult ()

Exceptions

The builder is not initialized.

Remarks

This type and its members are intended for use by the compiler.

Applies to