Type Summary

						public sealed class Monitor 
 {
   // Methods
      public static void Enter (object obj);
      public static void Exit (object obj);
   CF
						public static void Pulse (object obj);
   CF
						public static void PulseAll (object obj);
   CF
						public static bool TryEnter (object obj);
   CF
						public static bool TryEnter (object obj,
                                  int millisecondsTimeout);
   CF
						public static bool TryEnter (object obj,
                                  TimeSpan timeout);
   CF
						public static bool Wait (object obj);
   CF
						public static bool Wait (object obj, int millisecondsTimeout);
MS CF
						public static bool Wait (object obj, int millisecondsTimeout,
                              bool exitContext);
   CF
						public static bool Wait (object obj, TimeSpan timeout);
MS CF
						public static bool Wait (object obj, TimeSpan timeout,
                              bool exitContext);
 }

BG I believe the vast ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.