Method OnDeviceUnavailable
OnDeviceUnavailable(DiscoveredSsdpDevice, Boolean)
Raises the DeviceUnavailable event.
Declaration
protected virtual void OnDeviceUnavailable(DiscoveredSsdpDevice device, bool expired)
Parameters
Type | Name | Description |
---|---|---|
DiscoveredSsdpDevice | device | A DiscoveredSsdpDevice representing the device that is no longer available. |
System.Boolean | expired | True if the device expired from the cache without being renewed, otherwise false to indicate the device explicitly notified us it was being shutdown. |