C#:如何从另一个线程访问主 UI 线程中的整数?
如何从异步回调函数的方法访问主窗体中的整数(增量 nCount++)?
我知道对于方法,您必须检查是否需要调用,然后作为委托调用预期方法的 begininvoke ,以避免非法线程操作,但是如何从另一个线程执行简单的操作,例如 nCount++ ?
How do you access an integer (increment nCount++) in the main form from the method of an asynchronous callback function?
I know that with methods you have to check if invoke is required, then call begininvoke for the intended method as a delegate, as to avoid an illegal threading operation, but how an you perform a simple operation such as nCount++ from another thread?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)