English 中文(简体)
银灯4RC 翻新——能够重新回归国歌
原标题:Silverlight 4RC threading - can a new Thread return the UI Thread

我要说的是,在银星,有背景(保证NOT成为天线)做一些工作,需要创造新的线索。 与此类似:

//running in a background thread
Thread t = new Thread(new ThreadStart(delegate{});
t.Start();

让我们也说,在目前这一特殊时刻,“国际倡议”只是hang忙地做不到的事情。

考虑到我不了解银星翻新模式,<代码>new Thread()是否给我带来危险?

我所要达到的动机或目的并不重要——我不想修改现行法典。 我只想知道,是否有可能意外地使国际调查组重新接近。

卡车

最佳回答

无,是不可能的。

问题回答

OK, So I guess the question may come down to whether it is ever possible for the Silverlight UI thread to be in the thread pool that threads are allocated from when I call "new Thread()".

我已经做了一个公平的搜索轨道,但能够找到一个明确的答案,说明银星如何实际进行翻新。 (存在相当数量的意见,但并不总是同意)。
然而,银灯似乎正在使用透镜池,因此,“新面”不一定总是会根据池子的管理/分类等情况,产生新的透镜(可以从池中分配现有的线)。 www.un.org/Depts/DGACM/index_spanish.htm

从我看到的一些博客中,透视甚至可能取决于乐灯的主角?

无,即使银星探测器的透镜是闲置的,但该天线的电线却在等待电离层探测器的活动。 因此,国际宇宙航行联合会始终在运行,永远不会通过透水池返回。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

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. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签