Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Creating and Using Threads | Section
C# Desktop Development with .NET MAUI

bookCreating and Using Threads

メニューを表示するにはスワイプしてください

Important Points:

  • We use the Thread class to create a new thread;
  • In order to pass a parameterless method into the thread class, we encapsulate it into a ThreadStart object.
  • A method with parameters can be executed by passing it into the Tread class after encapsulating it into a ParameterizedThreadStart object.

1. What constructor or method is used for creating a new method?

2. Which Thread constructor accepts a method with no parameters?

3. Which Thread constructor accepts a method with parameters?

question mark

What constructor or method is used for creating a new method?

正しい答えを選んでください

question mark

Which Thread constructor accepts a method with no parameters?

正しい答えを選んでください

question mark

Which Thread constructor accepts a method with parameters?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  15

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  15
some-alt