Return Value 戻り値
YES
if the receiver is asynchronous when invoked through distributed objects, otherwise NO
.
YES
、もしレシーバが分散オブジェクトを通して発動した時に非同期であるならば、そうでなければNO
。
Availability 有効性
Technology
- (BOOL)isOneway;
YES
if the receiver is asynchronous when invoked through distributed objects, otherwise NO
.
YES
、もしレシーバが分散オブジェクトを通して発動した時に非同期であるならば、そうでなければNO
。
If the method is oneway
, the sender of the remote message doesn’t block awaiting a reply.
メソッドがoneway
ならば、リモートメッセージの送り主は返答を待ち受けることを遮断しません。