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

stopLoading()

Stops protocol-specific loading of the request. このリクエストのプロトコル特有のローディングを停止します。

Declaration 宣言

func stopLoading()

Discussion 議論

When this method is called, the subclass implementation should stop loading a request. This could be in response to a cancel operation, so protocol implementations must be able to handle this call while a load is in progress. When your protocol receives a call to this method, it should also stop sending notifications to the client. このメソッドが呼び出される時、サブクラス実装はリクエストのロードを止めるすべきです。これは、取り消し操作に答えてでの可能性があります、それでプロトコル実装はあるロードが進行中にこの呼び出しを取り扱うことができなければなりません。あなたのプロトコルがこのメソッドに対する呼び出しを受け取る時、それはまたクライアントに通知を送ることを止めるべきです。

Subclasses must implement this method. サブクラスは、このメソッドを実装しなければなりません。

See Also 参照

Starting and Stopping Downloads ダウンロードの開始と停止