Chapter 7:Threading

These a Generally idea for the book 70-536 Microsoft .Net Framework Application Development Foundation only the Chapter 7

登録は簡単!. 無料です
または 登録 あなたのEメールアドレスで登録
Chapter 7:Threading により Mind Map: Chapter 7:Threading

1. Lession 2: Sharing Data

1.1. Avoiding Collision

1.2. Synchronization Locks

1.2.1. Understanding Deadlocks

1.2.2. Other Synchronization Methods

2. Lession 3:The Asynchronous Programming Model

2.1. Understanding Asynchronous Programming(APM)

2.2. Using the ThreadPool

2.3. Using Timer Objects

3. Lession 1:Creating Threads

3.1. Simple Threads

3.1.1. Create a Thread

3.1.2. Using Thread.Join

3.1.3. Thread Priority

3.1.4. Using Multiple Threads

3.2. Passing Data to threads

3.3. Stopping Threads

3.4. Execution Context