Method | Description | |
---|---|---|
EnterReadLock ( this locker ) : void | ||
EnterWriteLock ( this locker ) : void | ||
ExitReadLock ( this locker ) : void | ||
ExitWriteLock ( this locker ) : void |
public static EnterReadLock ( this locker ) : void | ||
locker | this | |
return | void |
public static EnterWriteLock ( this locker ) : void | ||
locker | this | |
return | void |
public static ExitReadLock ( this locker ) : void | ||
locker | this | |
return | void |
public static ExitWriteLock ( this locker ) : void | ||
locker | this | |
return | void |