Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.18 KB | None | 0 0
  1. public struct x00fbee6252a01860 : IDisposable
  2. {
  3.  
  4.     private readonly object x11d58b056c032b03;
  5.     private x00fbee6252a01860(object o)
  6.     {
  7.         this.x11d58b056c032b03 = o;
  8.     }
  9.  
  10.     public static x00fbee6252a01860 x75be698bf0c3a5c5(object xde5a5bc74acf4615)
  11.     {
  12.         return x75be698bf0c3a5c5(xde5a5bc74acf4615, TimeSpan.FromSeconds(0.0));
  13.     }
  14.  
  15.     public static x00fbee6252a01860 x75be698bf0c3a5c5(object xde5a5bc74acf4615, TimeSpan x22eb5e43b9d27f73)
  16.     {
  17.         bool flag;
  18.         x00fbee6252a01860 xfbeea = new x00fbee6252a01860(xde5a5bc74acf4615);
  19.         if (0x7fffffff != 0)
  20.         {
  21.             flag = Monitor.TryEnter(xde5a5bc74acf4615, x22eb5e43b9d27f73);
  22.         }
  23.         if (!flag)
  24.         {
  25.             throw new x8893832ccb9dd830();
  26.         }
  27.         if (2 == 0)
  28.         {
  29.             x00fbee6252a01860 xfbeea2;
  30.             return xfbeea2;
  31.         }
  32.         return xfbeea;
  33.     }
  34.  
  35.     public void Dispose()
  36.     {
  37.         Monitor.Exit(this.x11d58b056c032b03);
  38.     }
  39.     public class x8893832ccb9dd830 : ApplicationException
  40.     {
  41.         public x8893832ccb9dd830() : base("Timeout, Waiting for Lock...")
  42.         {
  43.         }
  44.     }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement