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

startMonitoring

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

Declaration 宣言

- (void)startMonitoring;

Discussion 議論

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

See Also 参照

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