Instance Method インスタンスメソッド

invalidate

Marks the receiver as invalid and posts an NSPortDidBecomeInvalidNotification to the default notification center. レシーバを無効であるとして印します、そしてNSPortDidBecomeInvalidNotificationを省略時の通知センターに投函します。

Declaration 宣言

- (void)invalidate;

Discussion 議論

You must call this method before releasing a port object (or removing strong references to it if your application is garbage collected). あなたは、このメソッドを、ポートオブジェクトを解放する(またはあなたのアプリケーションがガベージコレクションされるならば、それへの強い参照を除去する)前に呼び出さなければなりません。

See Also 参照

Validation 検証