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