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

tryLock

Attempts to acquire the receiver and immediately returns a Boolean value that indicates whether the attempt was successful. レシーバを入手することを試みて、その試みが成功したかどうかを指し示すブール値を直ちに返します。

Declaration 宣言

- (BOOL)tryLock;

Return Value 戻り値

YES if the attempt to acquire the receiver was successful, otherwise NO. YES、もしレシーバを入手する試みが成功したならば、そうでなければNO

Discussion 議論

Raises NSGenericException if a file-system error occurs. NSGenericExceptionを引き起こします、もしファイルシステムエラーが発生するならば。

See Also 参照

Related Documentation 関連文書