ChatRoomFileDownloadJob Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Provides metadata and controls for handling a file download operation with a chat room.
The ChatRoomFileDownloadJob type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChatRoomFileDownloadJob | Initializes a new instance of the ChatRoomFileDownloadJob class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ProgressChanged | Occurs when file transfer progress has changed. |
Top