gpt4 book ai didi

wpf - 在 WPF 中取消 BeginInvoke

转载 作者:行者123 更新时间:2023-12-04 17:42:12 27 4
gpt4 key购买 nike

在 WPF 中,我打电话
This.Dispatcher.BeginInvoke(DispatcherPriority.SystemIdle, mydelegete);

有没有办法稍后取消那个 BeginInvoke 方法?

谢谢

最佳答案

Dispatcher.BeginInvoke返回 DispatcherOperation目的。如果你保留对它的引用,你可以使用它的 Abort如果操作尚未开始执行,则使操作出列的方法。

关于wpf - 在 WPF 中取消 BeginInvoke,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1191350/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com