- Inherits from:
- NSObject
Declared in:
- Foundation/NSConnection.h
NSDistantObjectRequest objects are used by the Distributed Objects system to help handle invocations between different processes. You should never create NSDistantObjectRequest objects directly. Unless you are getting involved with the low-level details of Distributed Objects, there should never be a need to access an NSDistantObjectRequest.
- Getting information about a request
- - connection
- - invocation
- Raising a remote exception
- - replyWithException:
- (NSConnection *)connection
- (id)conversation
- (NSInvocation *)invocation
- (void)replyWithException:(NSException
*)exception