Instance Property インスタンスプロパティ

delegate

A delegate specific to the task. そのタスクに特有なある委任先。

Declaration 宣言

@property(retain) id<NSURLSessionTaskDelegate> delegate;

Discussion 議論

This task-specific delegate receives messages from the task before the session’s delegate receives them. This is similar to the behavior of the delegate parameter used by the asychronous methods in NSURLSession like bytes(for:delegate:) and data(for:delegate:). このタスク特有委任先は、タスクからメッセージいくつかを、セッションのもつdelegateがそれらを受け取る前に受け取ります。これは、bytes(for:delegate:)およびdata(for:delegate:)のようなNSURLSessionにおける非同期メソッドによって使われるdelegateパラメータの挙動に似ています。

See Also 参照

Using a Task-Specific Delegate タスク特有委任先を使う