Attempts, for the specified number
      of milliseconds, to acquire an exclusive
      lock on the specified object. 
			[Edit]
		
| | public static bool TryEnter (object obj, int millisecondsTimeout) | 
 | 
Parameters
- obj
- The object on which to acquire the lock. 
			[Edit]
		
- millisecondsTimeout
- A int containing the maximum number of milliseconds to wait for the lock. 
			[Edit]
		
- millisecondsTimeout
- Documentation for this section has not yet been entered. 
			[Edit]
		
Returns
true if the current thread acquired the lock; otherwise, false. 
			[Edit]
		
Exceptions
Remarks
Requirements
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0