requestTimeout
The timeout interval for outgoing remote messages.
発信リモートメッセージのためのタイムアウト間隔。
replyTimeout
The timeout interval for replies to outgoing remote messages.
発信リモートメッセージに応答するためのタイムアウト間隔。
independentConversationQueueing
A Boolean value that indicates whether the receiver handles remote messages atomically.
レシーバがリモートメッセージをアトミックに取り扱うかどうかを指し示すブール値。
- addRequestMode:
Adds
mode
to the set of run-loop input modes that the receiver uses for connection requests.
mode
を、接続要請のためにレシーバが使う一揃いの実行ループ入力モードに加えます。
- removeRequestMode:
Removes
mode
from the set of run-loop input modes the receiver uses for connection requests.
mode
を、接続要請のためにレシーバが使う一揃いの実行ループ入力モードから取り除きます。
requestModes
The set of request modes the receiver’s receive port is registered for with its
NSRunLoop
object.
レシーバの持つ受信ポートがそれのNSRunLoop
オブジェクトとともにそれに対して登録される、一揃いの要請モード。