Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Task::RunSynchronously Method

 

Runs the Task synchronously on the current TaskScheduler.

Namespace:   System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodRunSynchronously()

Runs the Task synchronously on the current TaskScheduler.

System_CAPS_pubmethodRunSynchronously(TaskScheduler^)

Runs the Task synchronously on the TaskScheduler provided.

Return to top
Show:
© 2017 Microsoft