Method OnDeviceAvailable
OnDeviceAvailable(DiscoveredSsdpDevice, Boolean)
Raises the DeviceAvailable event.
Declaration
protected virtual void OnDeviceAvailable(DiscoveredSsdpDevice device, bool isNewDevice)
Parameters
Type | Name | Description |
---|---|---|
DiscoveredSsdpDevice | device | A DiscoveredSsdpDevice representing the device that is now available. |
System.Boolean | isNewDevice | True if the device was not currently in the cahce before this event was raised. |