Task.RunSynchronously Method
.NET Framework 4.5
Runs the Task synchronously on the current TaskScheduler.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RunSynchronously() | Runs the Task synchronously on the current TaskScheduler. |
|
RunSynchronously(TaskScheduler) | Runs the Task synchronously on the TaskScheduler provided. |