Instance Method インスタンスメソッド

startMonitoring()

Starts the monitoring of TXT-record updates for the receiver. レシーバに対してTXTレコード更新の監視を開始します。

Declaration 宣言

func startMonitoring()

Discussion 議論

The delegate must implement netService(_:didUpdateTXTRecord:), which is called when the TXT record for the receiver is updated. 委任先は、netService(_:didUpdateTXTRecord:)を実装しなければなりません、それはレシーバに対するTXTレコードが更新されるときに呼び出されます。

See Also 参照

Using Network Services ネットワークサービスを使う