connectionForProxy
コネクションを返します
解説
コネクションを返します。
返り値
( NSConnection * )
引数
フレームワーク
Foundation
クラス
NSDistantObject
Instance Methods
使用可能
10.0
参照
例文
[[NSNotificationCenter defaultCenter]
addObserver: myObserver
selector: @selector(methodToExecuteWhenTheConnectionDies:)
name: NSConnectionDidDieNotification
object: [(NSDistantObject *)reader connectionForProxy]];