LoginSignup
0
1

More than 5 years have passed since last update.

Visual Studio > Taskクラス > キーワード

Last updated at Posted at 2017-12-20
動作環境
Windows 8.1 Pro (64bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2

関連: Visual Studio | WPF > 非同期処理 > Link: ざっくりマルチスレッド(非同期処理)

Task クラス @ MSDN

上記の内容のうち、気になったのは以下のキーワード。

  • executes asynchronously
  • Statusプロパティ: link
  • Task.Run(): .NET Framework 4.5以降
  • TaskFactory.StartNew(): .NET Framework 4以降
  • creationとschedulingの分離
  • AggregateException: link
  • Task.Wait()
  • Task.Wait(Int32)
  • Task.Wait(TimeSpan)
  • Task.Wait(CancellationToken)
  • Task.WaitAll()
  • Task.WaitAny()
  • .Flatten().InnerExceptions
  • culture: .NET Framework 4.6以降
  • Action <T> delegate
  • an Action delegate
  • Task.RunSynchronously(): link
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1