Contents

isOneway

Whether the receiver is asynchronous when invoked through distributed objects.

Declaration

- (BOOL) isOneway;

Return Value

true if the receiver is asynchronous when invoked through distributed objects, otherwise false.

Discussion

If the method is oneway, the sender of the remote message doesn’t block awaiting a reply.