Example #1
0
 public static void WriteDataCallback(IAsyncResult asyncResult)
 {
     Tap.EndWrite(asyncResult);
     WaitObject2.Set();
 }