C#:Exemple d’écriture Synchrone et lecture asynchrone

Author:
{filelink=15732}

//C# Bible
//Par Jeff Ferguson et al. 

using System;
using System.IO;
using System.Threading;

class ExempleSynchAsynch
{
    private static