DnssdServiceWatcherStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 DnssdServiceWatcher狀態的值。
注意
不支援 DnssdServiceWatcher,未來可能會變更或無法使用。 請改用 Windows.Devices.Enumeration API。
注意
Win32 DNS 服務探索 (DNS-SD) API 會在 windns.h 標頭中宣告。 例如,用於宣告和探索服務的 WIN32 API 是 DnsServiceRegister 和 DnsServiceBrowse。
public enum class DnssdServiceWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DnssdServiceWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DnssdServiceWatcherStatus
var value = Windows.Networking.ServiceDiscovery.Dnssd.DnssdServiceWatcherStatus.created
Public Enum DnssdServiceWatcherStatus
- 繼承
-
DnssdServiceWatcherStatus
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Aborted | 5 | 監看員已在列舉服務實例的過程中中止。 |
Created | 0 | 已建立監看員。 |
EnumerationCompleted | 2 | 監看員已完成列舉服務實例。 |
Started | 1 | 監看員已認可收到啟動命令。 |
Stopped | 4 | 監看員已完成處理 stop 命令。 |
Stopping | 3 | 監看員已認可收到停止命令。 |