DeviceWatcher.GetBackgroundTrigger Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a DeviceWatcherTrigger object monitoring for changes to the list of devices.
public:
virtual DeviceWatcherTrigger ^ GetBackgroundTrigger(IIterable<DeviceWatcherEventKind> ^ requestedEventKinds) = GetBackgroundTrigger;
DeviceWatcherTrigger GetBackgroundTrigger(IIterable<DeviceWatcherEventKind> const& requestedEventKinds);
public DeviceWatcherTrigger GetBackgroundTrigger(IEnumerable<DeviceWatcherEventKind> requestedEventKinds);
function getBackgroundTrigger(requestedEventKinds)
Public Function GetBackgroundTrigger (requestedEventKinds As IEnumerable(Of DeviceWatcherEventKind)) As DeviceWatcherTrigger
Parameters
- requestedEventKinds
A list of the specific updates you want to monitor.
Returns
The watcher trigger to monitor for the specified changes.