- lockBeforeDate:
Attempts to acquire a lock before a given time and returns a Boolean value indicating whether the attempt was successful.
与えられた時間の前にロックを獲得することを試みます、そしてその試みが成功したかどうかを指し示すブール値を返します。
Availability 有効性
Technology
- (BOOL)tryLock;
YES
if the lock was acquired, otherwise NO
.
YES
、もしロックが獲得されたならば、そうでなければNO
。
- lockBeforeDate: