Share via


LiveUploadOperationDelegate liveUploadOperationProgressed method

Invoked when an upload progress event is raised.

Signature

- (void) liveUploadOperationProgressed:(LiveOperationProgress *)progress
                             operation:(LiveOperation *)operation

Property Values

Name

Datatype

Description

progress

LiveOperationProgress

The progress of the download as tracked by the LiveOperationProgress object.

operation

LiveOperation

The LiveOperation being tracked.

Defined in

LiveUploadOperationDelegate.h

See also

LiveUploadOperationDelegate protocol