This topic has not yet been rated - Rate this topic

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 IAttachmentUploadManager

The IAttachmentUploadManager type exposes the following members.

  NameDescription
Public propertyEntriesGets the current list of upload entries.
Public propertyIsReadyReturns true if attachment uploader has read the file that contains details of the attachments to be uploaded.
Public propertyUploadsPendingGets a value that indicates whether any attachment uploads are pending.
Top
  NameDescription
Public methodAbandonAllUploadsRemoves all current entries, whether or not they are completed.
Public methodGetRemainingBytesToUploadGets the total bytes remaining to be uploaded.
Public methodPauseUploadsPauses all pending and queued uploads.
Public methodRemoveCompletedEntriesRemoves any entries that have ended, either because they have been successfully uploaded or they have been canceled.
Public methodResumeUploadsQueues all the paused uploads.
Top
  NameDescription
Public eventChangedRaised when any change occurs to the content of this manager, so that the user interface (UI) can be updated.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.