SCNetworkSetRemoveService(_:_:)
Removes the specified network service from the specified set.
Declaration
func SCNetworkSetRemoveService(_ set: SCNetworkSet, _ service: SCNetworkService) -> BoolParameters
- set:
The set (the complete configuration for a single location).
- service:
The service to remove.
Return Value
TRUE if the service was removed from the set; FALSE if the service was not already present or an error occurred.
See Also
Configuring Network Sets
SCNetworkSetAddService(_:_:)SCNetworkSetContainsInterface(_:_:)SCNetworkSetCopy(_:_:)SCNetworkSetCopyAll(_:)SCNetworkSetCopyCurrent(_:)SCNetworkSetCopyServices(_:)SCNetworkSetCreate(_:)SCNetworkSetGetName(_:)SCNetworkSetGetServiceOrder(_:)SCNetworkSetGetSetID(_:)SCNetworkSetGetTypeID()SCNetworkSetRemove(_:)SCNetworkSetSetCurrent(_:)SCNetworkSetSetName(_:_:)SCNetworkSetSetServiceOrder(_:_:)