Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Threading in Silverlight

    More functionality to allow this is planned and should be there in releases before RTM, but I believe I can give you an idea of code soemthing to make this work before some more functionality is included. In this alpha, try creating a timeline and check the time elapsed each time the callback occurs and do your work there. For the final released ...
  • Re: Threading in Silverlight

    As you noticed, the System.Threading namespace is nearly 100% exposed in the 1.1 Silverlight alpha. As currently exposed, there are no limits on the number of threads that can be created by System.Threading except the normal memory limitations of the OS. I am one of the software developers working on the final design of System.Threading and it ...
Microsoft Communities