public class AsyncLock
Public Class AsyncLock
public ref class AsyncLock
Gemstone.Threading.AsyncLock = function();
Type.createClass(
'Gemstone.Threading.AsyncLock');
AsyncLock | Initializes a new instance of the AsyncLock class |
EnterAsync | Obtains exclusive access to the lock. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryEnterAsync | Attempts to obtain exclusive access to the lock. |
TryEnterAsync(Int32) | Attempts to obtain exclusive access to the lock. |
TryEnterAsync(TimeSpan) | Attempts to obtain exclusive access to the lock. |