TaskAwaiter::UnsafeOnCompleted Method (Action^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Schedules the continuation action for the asynchronous task that is associated with this awaiter.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual void UnsafeOnCompleted( Action^ continuation ) sealed
Parameters
- continuation
-
Type:
System::Action^
The action to invoke when the await operation completes.
| Exception | Condition |
|---|---|
| ArgumentNullException | continuation is null. |
| InvalidOperationException | The awaiter was not properly initialized. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: