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

netService:didNotPublish:

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

Declaration 宣言

- (void)netService:(NSNetService *)sender 
     didNotPublish:(NSDictionary<NSString *,NSNumber *> *)errorDict;

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 ネットワークサービスを使う