underlyingQueue
The dispatch queue that the operation queue uses to invoke operations.
Availability 有効性
Technology
@property(copy) NSString
*name;
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
キーパスを監視してください。
underlyingQueue