Constructor DeviceUnavailableEventArgs
DeviceUnavailableEventArgs(DiscoveredSsdpDevice, Boolean)
Full constructor.
Declaration
public DeviceUnavailableEventArgs(DiscoveredSsdpDevice discoveredDevice, bool expired)
Parameters
Type | Name | Description |
---|---|---|
DiscoveredSsdpDevice | discoveredDevice | A DiscoveredSsdpDevice instance representing the device that has become unavailable. |
System.Boolean | expired | A boolean value indicating whether this device is unavailable because it expired, or because it explicitly sent a byebye notification.. See Expired for more detail. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if the |