简体   繁体   English

MonoTouch还支持NSInvocationOperation吗?

[英]Does MonoTouch support NSInvocationOperation yet?

I've googl'd about, looking for an monotouch example using NSInvocationOperation, no luck. 我一直在寻找,寻找使用NSInvocationOperation的单点触控示例,但不走运。 I also can't find the class in the touch framework library. 我也找不到触摸框架库中的类。 (Only the NSOperation class.) (仅NSOperation类。)

Now, I can use threading to load info asynchronously, however I'm thinking that the iPhone operation stack might be the preferred method. 现在,我可以使用线程异步加载信息,但是我认为iPhone操作堆栈可能是首选方法。

Is NSInvocationOperation not supported yet? 尚不支持NSInvocationOperation吗?

不,它不是,因为您应该使用线程池,QueueUserWorkItem和朋友。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Monotouch是否支持WinForms和DataGridView虚拟模式? - Does monotouch support WinForms and DataGridView Virtual Mode? protobuf-net是否支持ArraySegment(还?) - Does protobuf-net support ArraySegment (yet?) 在设备上运行时,MonoTouch 4.2不支持System.ServiceModel.EndpointAddress()(在模拟器上运行) - MonoTouch 4.2 does not support System.ServiceModel.EndpointAddress() when running on the device (works on the simulator) Monotouch OpenGL视网膜显示支持 - Monotouch OpenGL retina display support 在设备上运行时,MonoTouch不支持OpenAsync方法打开Web服务连接(在模拟器上工作) - MonoTouch does not support OpenAsync method for opening a web service connection when running on the device (works on the simulator) 此CGPDFDictionaryGetString如何转换为Monotouch? - How does this CGPDFDictionaryGetString translate into Monotouch? 为什么 MonoTouch 在这个简单的代码上会崩溃? - Why does MonoTouch crash on this simple code? Monotouch TouchUpInside不起作用,TouchDown可以使用 - Monotouch TouchUpInside does not work, TouchDown works Expression.Compile在Monotouch上做了什么? - What does Expression.Compile do on Monotouch? Monotouch 中的 WebClient 未完成文件下载 - WebClient in Monotouch does not finish file downloads
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM