|
Dreamine.Threading.Wpf 1.0.1
이 패키지는 Worker Thread를 직접 생성하거나 제어하지 않습니다. `IDreamineThreadManager`의 상태만 관찰합니다.
|

Public 멤버 함수 | |
| void | Invoke (Action action) |
| void | BeginInvoke (Action action) |
속성 | |
| Dispatcher | Dispatcher [get] |
스레드 모니터 ViewModel의 UI 스레드 디스패치를 추상화합니다.
IThreadUiDispatcher.cs 파일의 14 번째 라인에서 정의되었습니다.
| void Dreamine.Threading.Wpf.Services.IThreadUiDispatcher.BeginInvoke | ( | Action | action | ) |
지정한 동작을 UI 스레드에서 비동기 예약합니다.
| action | 예약할 동작입니다. |
| ArgumentNullException | action 이 null이면 구현체가 발생시킬 수 있습니다. |
Dreamine.Threading.Wpf.Services.WpfThreadUiDispatcher에서 구현되었습니다.
| void Dreamine.Threading.Wpf.Services.IThreadUiDispatcher.Invoke | ( | Action | action | ) |
지정한 동작을 UI 스레드에서 동기 실행합니다.
| action | 실행할 동작입니다. |
| ArgumentNullException | action 이 null이면 구현체가 발생시킬 수 있습니다. |
Dreamine.Threading.Wpf.Services.WpfThreadUiDispatcher에서 구현되었습니다.
|
get |
일괄 UI 갱신에 사용하는 기본 Dispatcher를 가져옵니다.
Dreamine.Threading.Wpf.Services.WpfThreadUiDispatcher에서 구현되었습니다.
IThreadUiDispatcher.cs 파일의 24 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Threading.Wpf.ViewModels.DreamineThreadMonitorViewModel.DreamineThreadMonitorViewModel().