ICCameraDeviceDownloadDelegate.DidReceiveDownloadProgress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveDownloadProgress(ImageCaptureCore.ICCameraFile file, long downloadedBytes, long maxBytes);
[<Foundation.Export("didReceiveDownloadProgressForFile:downloadedBytes:maxBytes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveDownloadProgress : ImageCaptureCore.ICCameraFile * int64 * int64 -> unit
override this.DidReceiveDownloadProgress : ImageCaptureCore.ICCameraFile * int64 * int64 -> unit
Parameters
- file
- ICCameraFile
- downloadedBytes
- Int64
- maxBytes
- Int64
Implements
- Attributes