Instance Method インスタンスメソッド

isOneway

Whether the receiver is asynchronous when invoked through distributed objects. 分散オブジェクトを通して発動された場合にレシーバが非同期であるどうか。

Declaration 宣言

- (BOOL)isOneway;

Return Value 戻り値

YES if the receiver is asynchronous when invoked through distributed objects, otherwise NO. YES、もしレシーバが分散オブジェクトを通して発動した時に非同期であるならば、そうでなければNO

Discussion 議論

If the method is oneway, the sender of the remote message doesn’t block awaiting a reply. メソッドがonewayならば、リモートメッセージの送り主は返答を待ち受けることを遮断しません。