Contents

SCNetworkSetRemoveService(_:_:)

Removes the specified network service from the specified set.

Declaration

func SCNetworkSetRemoveService(_ set: SCNetworkSet, _ service: SCNetworkService) -> Bool

Parameters

  • 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