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

endAccessingResources()

Informs the system that you have finished accessing the resources marked with the tags managed by the request. リクエストによって管理されるタグで印されるリソースにアクセスすることをあなたがやり終えたことをシステムに知らせます。

Declaration 宣言

func endAccessingResources()

Discussion 議論

Call this method as soon as you have finished using the tags managed by this request. If needed, this method will be called by the system when the resource request object is deallocated. あなたがやり終えるやいなや、このリクエストによって管理されたタグを使って、このメソッドを呼び出してください。必要とされるならば、このメソッドはリソースリクエストオブジェクトがデアロケートされた時にシステムによって呼び出されます。

See Also 参照

Requesting Resources リソースをリクエストする