Allows subclasses to ask a connection object to dispatch component data.
SDK
- macOS 10.7–10.13Deprecated
Framework
- Foundation
Declaration
- (void)dispatchWithComponents:(NSArray *)components;
Parameters
components
Distributed Objects component data.
Discussion
NSPort
subclasses should use this method to ask a connection object to dispatch Distributed Objects component data received over the wire. This will decode the data, authenticate, and send the message.