Bridge
AsyncVoidMethodBuilder
.
.
::
.
.
SetResult Method
Marks the method builder as successfully completed.
Namespace:
System.Runtime.CompilerServices
Assembly:
Bridge
(in Bridge.dll)
Syntax
C#
VB
C++
public
void
SetResult
()
Public
Sub
SetResult
public
:
void
SetResult
()
Exceptions
Exception
Condition
System
.
.
::
.
.
InvalidOperationException
The builder is not initialized.
See Also
AsyncVoidMethodBuilder Structure
System.Runtime.CompilerServices Namespace