RunSynchronously Method

Task Parallel System.Threading

Overload List

  NameDescription
RunSynchronously()()()
Runs the Task synchronously on the current TaskScheduler.
RunSynchronously(TaskScheduler)
Runs the Task synchronously on the scheduler provided.

See Also