Contents

invoke

Sends the receiver’s message (with arguments) to its target and sets the return value.

Declaration

- (void) invoke;

Discussion

You must set the receiver’s target, selector, and argument values before calling this method.

See Also

Related Documentation

Dispatching an Invocation