Dreamine.Threading.Wpf
1.0.1
이 패키지는 Worker Thread를 직접 생성하거나 제어하지 않습니다. `IDreamineThreadManager`의 상태만 관찰합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IThreadUiDispatcher.cs
이 파일의 문서화 페이지로 가기
1
using
System;
2
using
System.Windows.Threading;
3
4
namespace
Dreamine.Threading.Wpf.Services
;
5
14
public
interface
IThreadUiDispatcher
15
{
24
Dispatcher
Dispatcher
{
get
; }
25
50
void
Invoke
(Action action);
51
76
void
BeginInvoke
(Action action);
77
}
Dreamine.Threading.Wpf.Services
Definition
BatchedDispatcher.cs:8
Dreamine.Threading.Wpf.Services.IThreadUiDispatcher
Definition
IThreadUiDispatcher.cs:15
Dreamine.Threading.Wpf.Services.IThreadUiDispatcher.Dispatcher
Dispatcher Dispatcher
Definition
IThreadUiDispatcher.cs:24
Dreamine.Threading.Wpf.Services.IThreadUiDispatcher.BeginInvoke
void BeginInvoke(Action action)
Dreamine.Threading.Wpf.Services.IThreadUiDispatcher.Invoke
void Invoke(Action action)
Services
IThreadUiDispatcher.cs
다음에 의해 생성됨 :
1.17.0