requestTimeout
The timeout interval for 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
オブジェクトとともにそれに対して登録される、一揃いの要請モード。
valid
A Boolean value that indicates whether the receiver is known to be valid.
レシーバが有効であることを知られるかどうかを指し示すブール値。