English 中文(简体)
利用背景阅读从Xml文档中提取内容?
原标题:Loading content from an xml file using a background thread?

我先从Xml文档中装载内容。 基本上,在这些xml档案中,有数百件物品可以及时存放。 现在,在我登上一页时,我必须将这些物体纳入一个清单箱控制,并将其展示给用户。 现在,我正在使用OnNavigatedTopet,并正在使用LINQ装载内容。 由于在xml文档中增加了更多的物品,该网页开始装载更长时间。

之后,我等到我去上页,有人把Xml文件打上了,但国际律师联合会却对大约一半人没有反应。

因此,我所想到的是,是否有些路要把Xml文档装在一种背景线上,以便它不会影响国际交易日志。 这样做是可能的,如果是的话,你可以把我放在能够获得更多信息的资源上。

最佳回答

基本上,它采用一种背景线索的“工作”方法,然后执行“工作组合”方法,在计算结果之后,你可以更新“工作证明”。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签