Share via


IAttachmentUploadManager.AbandonAllUploads Method ()

 

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

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

Syntax

void AbandonAllUploads()
void AbandonAllUploads()
abstract AbandonAllUploads : unit -> unit
Sub AbandonAllUploads

Remarks

Uploads that are in process will be stopped as soon as the upload of the current chunk is completed, which may occur after this method returns.

See Also

IAttachmentUploadManager Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top