valid
A Boolean value that indicates whether the receiver is valid.
レシーバが有効であるかどうかを指し示すブール値。
NSPortDidBecomeInvalidNotification
to the default notification center.
レシーバを無効であるとして印します、そしてNSPortDidBecomeInvalidNotification
を省略時の通知センターに投函します。
Availability 有効性
Technology
- (void)invalidate;
You must call this method before releasing a port object (or removing strong references to it if your application is garbage collected). あなたは、このメソッドを、ポートオブジェクトを解放する(またはあなたのアプリケーションがガベージコレクションされるならば、それへの強い参照を除去する)前に呼び出さなければなりません。
valid