The MSDN docs say Thread.Sleep() can be used in a portable class library. The compiler says otherwise. What are my alternatives besides a spin-loo
Thread.Sleep()
Try waiting on a http://msdn.microsoft.com/en-us/library/system.threading.manualresetevent.aspx with a timeout.