The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IAttachmentUploadManager Interface
Provides properties and methods to manage background attachment uploads.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Entries | Gets the current list of upload entries. |
![]() | IsReady | Returns true if attachment uploader has read the file that contains details of the attachments to be uploaded. |
![]() | UploadsPending | Gets a value that indicates whether any attachment uploads are pending. |
| Name | Description | |
|---|---|---|
![]() | AbandonAllUploads() | Removes all current entries, whether or not they are completed. |
![]() | GetRemainingBytesToUpload() | Gets the total bytes remaining to be uploaded. |
![]() | PauseUploads() | Pauses all pending and queued uploads. |
![]() | RemoveCompletedEntries() | Removes any entries that have ended, either because they have been successfully uploaded or they have been canceled. |
![]() | ResumeUploads() | Queues all the paused uploads. |
| Name | Description | |
|---|---|---|
![]() | Changed | Raised when any change occurs to the content of this manager, so that the user interface (UI) can be updated. |
Show:


