[Mono-list] Monitor: Pluse() and Wait() - alternative ?

Jonathan Pryor jonpryor at vt.edu
Tue Aug 9 17:53:04 EDT 2011


On Aug 9, 2011, at 9:34 AM, mwessendorf wrote:
> However.... I need to ensure this runs on the PCL (Portable Class Library)
> and therefore the above implementation does not work, since Pluse() / Wait()
> aren't supported in PCL.... 

Where can I find a listing of the types and members in the PCL? I find it rather odd that Monitor.Pulse() isn't in there, given that it's in Silverlight 3, 4, WP7, Xbox 360, and every version of .NET ever released [0, 1].

 - Jon

[0] http://msdn.microsoft.com/en-us/library/system.threading.monitor(VS.95).aspx
[1] http://msdn.microsoft.com/en-us/library/system.threading.monitor.pulse.aspx



More information about the Mono-list mailing list