<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Background_and_foreground_threads</id>
		<title>Background and foreground threads - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Background_and_foreground_threads"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Background_and_foreground_threads&amp;action=history"/>
		<updated>2026-05-06T19:16:13Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Background_and_foreground_threads&amp;diff=507&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;csharp&quot;&gt; using System; using System.Threading;  namespace Chapter1 {     public static class Program      {         public static void ThreadMethod()         {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Background_and_foreground_threads&amp;diff=507&amp;oldid=prev"/>
				<updated>2014-06-23T21:17:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; using System; using System.Threading;  namespace Chapter1 {     public static class Program      {         public static void ThreadMethod()         {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
using System;&lt;br /&gt;
using System.Threading;&lt;br /&gt;
&lt;br /&gt;
namespace Chapter1&lt;br /&gt;
{&lt;br /&gt;
    public static class Program&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
        public static void ThreadMethod()&lt;br /&gt;
        {&lt;br /&gt;
            for (int i = 0; i &amp;lt; 10; i++)&lt;br /&gt;
            {&lt;br /&gt;
                Console.WriteLine(&amp;quot;ThreadProc: {0}&amp;quot;, i);&lt;br /&gt;
                Thread.Sleep(1000);&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        public static void Main()&lt;br /&gt;
        {&lt;br /&gt;
            Thread t = new Thread(new ThreadStart(ThreadMethod));&lt;br /&gt;
            t.IsBackground = true;&lt;br /&gt;
            t.Start();&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>