System.Windows.Threading 네임스페이스
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WPF(Windows Presentation Foundation) 스레딩 시스템을 지원하는 형식을 포함합니다.
클래스
| Name | Description |
|---|---|
| Dispatcher |
스레드에 대한 작업 항목의 큐를 관리하기 위한 서비스를 제공합니다. |
| DispatcherEventArgs |
관련 이벤트에 대한 Dispatcher 이벤트 데이터를 제공합니다. |
| DispatcherExtensions |
클래스를 확장하는 메서드 집합 |
| DispatcherFrame |
의 실행 루프를 Dispatcher나타냅니다. |
| DispatcherHookEventArgs |
이벤트에 대한 DispatcherHooks 이벤트 데이터를 제공합니다. |
| DispatcherHooks |
처리에 대한 Dispatcher 추가 이벤트 정보를 제공합니다. |
| DispatcherObject |
에 연결된 개체를 Dispatcher나타냅니다. |
| DispatcherOperation |
큐에 게시된 작업과 상호 작용하는 데 사용되는 개체를 Dispatcher 나타냅니다. |
| DispatcherOperation<TResult> |
큐에 게시 Dispatcher 되어 있는 작업과 상호 작용하는 데 사용되는 개체를 Task<TResult>나타냅니다. |
| DispatcherSynchronizationContext |
Windows Presentation Foundation(WPF)에 대한 동기화 컨텍스트를 제공합니다. |
| DispatcherTimer |
지정된 시간 간격 및 지정된 우선 순위로 처리되는 큐에 통합 Dispatcher 된 타이머입니다. |
| DispatcherUnhandledExceptionEventArgs |
이벤트에 대한 DispatcherUnhandledException 데이터를 제공합니다. |
| DispatcherUnhandledExceptionFilterEventArgs |
이벤트에 대한 DispatcherUnhandledExceptionFilter 데이터를 제공합니다. |
| TaskExtensions |
클래스를 확장하는 메서드 집합 |
구조체
| Name | Description |
|---|---|
| DispatcherPriorityAwaitable |
현재 디스패처에 대한 제어를 비동기적으로 반환하고 디스패처가 다른 이벤트를 처리할 수 있는 기회를 제공하는 대기 가능한 개체를 나타냅니다. |
| DispatcherPriorityAwaiter |
비동기 작업의 완료를 기다리는 개체를 나타냅니다. |
| DispatcherProcessingDisabled |
디스패처가 사용 안 함 상태일 때 디스패처를 나타내며 디스패처 처리를 다시 사용하도록 설정하는 방법을 제공합니다. |
열거형
| Name | Description |
|---|---|
| DispatcherOperationStatus |
DispatcherOperation상태에 대한 가능한 값을 설명합니다. |
| DispatcherPriority |
Dispatcher통해 작업을 호출할 수 있는 우선 순위를 설명합니다. |
대리자
| Name | Description |
|---|---|
| DispatcherHookEventHandler |
관련 이벤트를 처리 DispatcherHooks 할 메서드를 나타냅니다. |
| DispatcherOperationCallback |
디스패처 작업에 사용할 대리자를 나타냅니다. |
| DispatcherUnhandledExceptionEventHandler |
이벤트를 처리할 메서드를 UnhandledException 나타냅니다. |
| DispatcherUnhandledExceptionFilterEventHandler |
이벤트를 처리할 메서드를 UnhandledExceptionFilter 나타냅니다. |