Method RemoveService
RemoveService(SsdpService)
Removes a service from the Services collection.
Declaration
public void RemoveService(SsdpService service)
Parameters
Type | Name | Description |
---|---|---|
SsdpService | service | The SsdpService instance to remove. |
Remarks
If the service is not a member of the Services collection, this method does nothing.
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if the |