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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.