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

delegateQueue

The operation queue provided when this object was created. このオブジェクトが作成された時に提供されたオペレーションキュー。

Declaration 宣言

@property(readonly, retain) NSOperationQueue *delegateQueue;

Discussion 議論

All delegate method calls and completion handlers related to the session are performed on this queue. The session object keeps a strong reference to this queue until your app exits or the session object is deallocated. If you do not invalidate the session, your app leaks memory until it exits. そのセッションに関連した全ての委任先メソッド呼び出しと完了ハンドラの全ては、このキュー上で実行されます。セッションオブジェクトは、このキューへの強い参照を保ちます、あなたのアプリが退出するまたはセッションオブジェクトがデアロケートされるまで。あなたがセッションを無効にしないならば、あなたのアプリはそれが退出するまでメモリを漏洩します。

See Also 参照

Working with a Delegate 委任先を扱う