Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IAttachmentUploadManager

NameDescription
System_CAPS_pubpropertyEntries

Gets the current list of upload entries.

System_CAPS_pubpropertyIsReady

Returns true if attachment uploader has read the file that contains details of the attachments to be uploaded.

System_CAPS_pubpropertyUploadsPending

Gets a value that indicates whether any attachment uploads are pending.

NameDescription
System_CAPS_pubmethodAbandonAllUploads()

Removes all current entries, whether or not they are completed.

System_CAPS_pubmethodGetRemainingBytesToUpload()

Gets the total bytes remaining to be uploaded.

System_CAPS_pubmethodPauseUploads()

Pauses all pending and queued uploads.

System_CAPS_pubmethodRemoveCompletedEntries()

Removes any entries that have ended, either because they have been successfully uploaded or they have been canceled.

System_CAPS_pubmethodResumeUploads()

Queues all the paused uploads.

NameDescription
System_CAPS_pubeventChanged

Raised when any change occurs to the content of this manager, so that the user interface (UI) can be updated.

Return to top
Show: