Instance Method
removeRequestMode:
Removes mode
from the set of run-loop input modes the receiver uses for connection requests.
SDK
- macOS 10.0–10.13Deprecated
Declaration
- (void)removeRequestMode:(NSString *)rmode;
Parameters
mode
The mode to remove from the set of run-loop input modes the receiver uses for connection requests.
See Also
Configuring Instances
requestTimeout
The timeout interval for outgoing remote messages.
DeprecatedreplyTimeout
The timeout interval for replies to outgoing remote messages.
Deprecated- addRequestMode:
Adds mode
to the set of run-loop input modes that the receiver uses for connection requests.
DeprecatedrequestModes
The set of request modes the receiver’s receive port is registered for with its NSRunLoop
object.
Deprecatedvalid
A Boolean value that indicates whether the receiver is known to be valid.
Deprecated