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

valid

A Boolean value that indicates whether the receiver is known to be valid. レシーバが有効であることを知られるかどうかを指し示すブール値。

Declaration 宣言

@property(readonly, getter=isValid) BOOL valid;

Discussion 議論

YES if the receiver is known to be valid, otherwise NO. YES、もしレシーバが有効であることを知られるならば、そうでなければNO

An NSConnection object becomes invalid when either of its ports becomes invalid, but only notes that it has become invalid when it tries to send or receive a message. When this happens it posts an NSConnectionDidDieNotification to the default notification center. NSConnectionオブジェクトは、それのポートのどちらかが無効になる時に無効になります、しかしそれがメッセージを送信または受信しようと試みる時にそれは無効になることにだけ注意してください。これが起こる時それはNSConnectionDidDieNotificationを省略時の通知センターに投函します。

See Also 参照

Configuring Instances インスタンスを構成設定する

Related Documentation 関連文書