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

netService(_:didNotPublish:)

Notifies the delegate that a service could not be published. あるサービスが出版されることができなかったことを委任先に通知します。

Declaration 宣言

optional func netService(_ sender: NetService, 
           didNotPublish errorDict: [String : NSNumber])

Parameters パラメータ

sender

The service that could not be published. 出版されることができなかったサービス。

errorDict

A dictionary containing information about the problem. The dictionary contains the keys NSNetServicesErrorCode and NSNetServicesErrorDomain. 問題についての情報を含んでいる辞書。辞書は、キーNSNetServicesErrorCodeNSNetServicesErrorDomainを含みます。

Discussion 議論

This method may be called long after a netServiceWillPublish(_:) message has been delivered to the delegate. このメソッドは、netServiceWillPublish(_:)メッセージが委任先に配達されたずっと後になって呼ばれるかもしれません。

See Also 参照

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