|
Dreamine.Logging.Wpf 1.0.2
Dreamine.Logging.Wpf 사용자 인터페이스 기능과 구성 요소를 제공합니다.
|

Public 멤버 함수 | |
| void | Invoke (Action action) |
| void | BeginInvoke (Action action) |
속성 | |
| Dispatcher | Dispatcher [get] |
로그 ViewModel용 UI 스레드 디스패치를 추상화합니다.
ILogUiDispatcher.cs 파일의 14 번째 라인에서 정의되었습니다.
| void Dreamine.Logging.Wpf.Services.ILogUiDispatcher.BeginInvoke | ( | Action | action | ) |
지정한 작업을 UI 스레드에서 비동기 실행합니다.
| action | 실행할 작업입니다. |
| void Dreamine.Logging.Wpf.Services.ILogUiDispatcher.Invoke | ( | Action | action | ) |
지정한 작업을 UI 스레드에서 동기 실행합니다.
| action | 실행할 작업입니다. |
|
get |
일괄 UI 갱신에 사용하는 기본 디스패처를 가져옵니다.
Dreamine.Logging.Wpf.Services.WpfLogUiDispatcher에서 구현되었습니다.
ILogUiDispatcher.cs 파일의 24 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Logging.Wpf.ViewModels.DreamineLogPanelViewModel.DreamineLogPanelViewModel().