Contents

finishLoading()

Causes the receiver to treat the processing of the request as complete.

Declaration

func finishLoading()

Discussion

If a dataRequest is present and the resource does not contain the full extent of the data that has been requested according to the values of the requestedOffset and requestedLength properties of the request, invoke finishLoading after providing as much of the requested data as the resource contains.

See Also

Reporting the result of the request