The error handling block that the proxy object should call when an error occurs while waiting for a reply. エラー処理ブロック、それはある応答を待っている間にエラーが発生する場合にプロキシオブジェクトが呼び出すべきものです。
Instance Method
インスタンスメソッド
remote
remoteObjectProxyWithErrorHandler(_:)
Returns a proxy object that invokes the error handling block if an error occurs on the connection.
あるプロキシオブジェクトを返します、それはエラー処理ブロックをもしエラーが接続に関して発生するならば発動するものです。
Availability 有効性
- iOS 11.0+
- iPadOS 11.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
handler
Discussion 議論
If the message sent to the proxy has a reply handler, then either the error handler or the reply handler is called exactly once. プロキシに送るメッセージが応答ハンドラを持つならば、そのときエラーハンドラまたは応答ハンドラのどちらかが、きっかり一度だけ呼び出されます。
The resulting proxy object conforms to the NSXPCProxy
protocol.
結果のプロキシオブジェクトは、NSXPCProxy
プロトコルに準拠します。