DnssdServiceWatcherStatus DnssdServiceWatcherStatus DnssdServiceWatcherStatus DnssdServiceWatcherStatus Enum

Definition

Values representing the status of a DnssdServiceWatcher.

Note

DnssdServiceWatcher is not supported and may be altered or unavailable in the future. Instead, use the Windows.Devices.Enumeration API.

public : enum class DnssdServiceWatcherStatuspublic enum DnssdServiceWatcherStatusPublic Enum DnssdServiceWatcherStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Aborted Aborted Aborted Aborted

The watcher has been aborted in the process of enumerating service instances.

Created Created Created Created

The watcher has been created.

EnumerationCompleted EnumerationCompleted EnumerationCompleted EnumerationCompleted

The watcher has finished enumerating service instances.

Started Started Started Started

The watcher has acknowledged receiving a start command.

Stopped Stopped Stopped Stopped

The watcher has completed processing a stop command.

Stopping Stopping Stopping Stopping

The watcher has acknowledged receiving a stop command.