Instance Method インスタンスメソッド

unlock

Relinquishes the receiver. レシーバを手放します。

Declaration 宣言

- (void)unlock;

Discussion 議論

You should generally use the unlock method rather than breakLock to release a lock. あなたは、概してロックを解放するためにunlockを使うべきです、breakLockではなく。

An NSGenericException is raised if the receiver doesn’t already exist. NSGenericExceptionが引き起こされます、もしレシーバがまだ存在しないならば。

See Also 参照

Relinquishing a Lock ロックを手放す