【发布时间】:2015-02-26 23:27:42
【问题描述】:
有没有人知道
Dispatcher.BeginInvoke(DispatcherPriority.Background, new ThreadStart(() =>
{
和
Dispatcher.BeginInvoke(DispatcherPriority.Background, new Action(() =>
{
【问题讨论】:
-
我的立场是正确的。将其与
Thread混淆,我认为情况并非如此。