Dispatcher.Invoke(new Action(() => { // 执行操作。 }), DispatcherPriority.ContextIdle);
DispatcherPriority.ContextIdle,Background 是显示ui后处理
wpf Dispatcher 与 DispatcherPriority
原文:http://www.cnblogs.com/kekekexin/p/4121038.html