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

'Declaration
Sub AbandonAllUploads
void AbandonAllUploads()
void AbandonAllUploads()
abstract AbandonAllUploads : unit -> unit
function 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.

.NET Framework Security

See Also

Reference

IAttachmentUploadManager Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace