Constructor DeviceAvailableEventArgs
DeviceAvailableEventArgs(DiscoveredSsdpDevice, Boolean)
Full constructor.
Declaration
public DeviceAvailableEventArgs(DiscoveredSsdpDevice discoveredDevice, bool isNewlyDiscovered)
Parameters
| Type | Name | Description |
|---|---|---|
| DiscoveredSsdpDevice | discoveredDevice | A DiscoveredSsdpDevice instance representing the available device. |
| System.Boolean | isNewlyDiscovered | A boolean value indicating whether or not this device came from the cache. See IsNewlyDiscovered for more detail. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if the |