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

invalidate

Invalidates the receiver. レシーバを無効にします。

Declaration 宣言

- (void)invalidate;

Discussion 議論

After withdrawing the ports the receiver has registered with the current run loop, invalidate posts an NSConnectionDidDieNotification and then invalidates all remote objects and exported local proxies. レシーバが現在の実行ループに登録しているところのポートの取り消しの後、invalidateNSConnectionDidDieNotificationを投函して、それから全てのリモートオブジェクトとエクスポートローカルプロキシを無効にします。

See Also 参照

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

Related Documentation 関連文書