SCNetworkConnectionUnscheduleFromRunLoop(_:_:_:)
Unschedules the specified connection from the specified run loop.
Declaration
func SCNetworkConnectionUnscheduleFromRunLoop(_ connection: SCNetworkConnection, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> BoolParameters
- connection:
The network connection to unschedule.
- runLoop:
The run loop from which to unschedule the network connection.
- runLoopMode:
The run loop mode.
Return Value
TRUE if the connection is unscheduled successfully; FALSE (use the SCError() function to retrieve the specific error).