Share via


NSUrlSessionDownloadDelegate.DidResume Method

Definition

[Foundation.Export("URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidResume(Foundation.NSUrlSession session, Foundation.NSUrlSessionDownloadTask downloadTask, long resumeFileOffset, long expectedTotalBytes);
[<Foundation.Export("URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidResume : Foundation.NSUrlSession * Foundation.NSUrlSessionDownloadTask * int64 * int64 -> unit
override this.DidResume : Foundation.NSUrlSession * Foundation.NSUrlSessionDownloadTask * int64 * int64 -> unit

Parameters

session
NSUrlSession
resumeFileOffset
Int64
expectedTotalBytes
Int64

Implements

Attributes

Applies to