IAttachmentUploadEntry.Cancel Method ()
Stops the upload and, if the source of the attachment is marked for deletion, deletes the source, then changes the state to Cancelled.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Cancel()
void Cancel()
abstract Cancel : unit -> unit
Sub Cancel
Remarks
Allowed only if the state is Failed, Queued, or Uploading.
See Also
UploadState
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top