Instance Property インスタンスプロパティ

name

The name of the operation queue. オペレーションキューの名前。

Declaration 宣言

@property(copy) NSString *name;

Discussion 議論

Names provide a way for you to identify your operation queues at run time. Tools may also use this name to provide additional context during debugging or analysis of your code. 名前は、あなたにあなたのオペレーションキューを実行時に識別するための方法を与えます。ツールはまたこのnameを使って、デバッグまたはあなたのコードの分析の間に追加の文脈を提供するかもしれません。

The default value of this property is a string containing the memory address of the operation queue. You may monitor changes to the value of this property using Key-value observing. Configure an observer to monitor the name key path of the operation queue. このプロパティの省略時の値は、オペレーションキューのメモリアドレスを含んでいるある文字列です。あなたは、このプロパティへの変更をキー値監視を使って監視するかもしれません。ひとつのオブザーバを構成設定して、オペレーションキューのnameキーパスを監視してください。

See Also 参照

Configuring the Queue キューを構成設定する