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

invalidationHandler

An invalidation handler that is called if the connection can not be formed or the connection has terminated and may not be re-established. 接続が形成されることができないまたは接続が切断されるそして再度確立されないかもしれないならば呼び出される無効化ハンドラ。

Declaration 宣言

var invalidationHandler: (() -> Void)? { get set }

Discussion 議論

This handler is invoked on the same queue as reply messages and other handlers, and is always executed last (after the interruption handler, if required). You may not send messages over the connection from within an invalidation handler block. このハンドラは、同じキュー上で応答メッセージおよび他のハンドラーとして発動されます、そして常に最後に(中断ハンドラの後に、もし要求されるならば)実行されます。あなたは、無効なハンドラブロック内から接続越しにメッセージを送らないでしょう。