ChatRoomFileDownloadJob Class

Definition

Provides metadata and controls for handling a file download operation with a chat room.

public ref class ChatRoomFileDownloadJob
public class ChatRoomFileDownloadJob
type ChatRoomFileDownloadJob = class
Public Class ChatRoomFileDownloadJob
Inheritance
ChatRoomFileDownloadJob

Constructors

ChatRoomFileDownloadJob(MessagePartFileDownloadLink, String)

Initializes a new instance of the ChatRoomFileDownloadJob class.

Properties

DestinationPath

Gets the path to which the downloaded file will be saved.

PercentComplete

Gets the percent complete.

SourceUrl

Gets the URL of the file that is being downloaded

Methods

CancelJob()

Cancels the job. This request is issued asynchronously. When the cancellation is made effective, the ProgressChanged event will be fired, and the Cancelled property will be set to true.

Events

ProgressChanged

Occurs when file transfer progress has changed.

Applies to