Provides metadata and controls for handling a file upload operation with a chat room.
The ChatRoomFileUploadJobtype exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChatRoomFileUploadJob | Initializes a new instance of the ChatRoomFileUploadJob class. |
Properties
Name | Description | |
---|---|---|
FileToUpload | Gets the file to upload. | |
PercentComplete | Gets the percent complete. |
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.) | |
PerformUpload | Performs the transfer. | |
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
ProgressChanged | Occurs when file transfer progress has changed. |