IAttachmentUploadEntry.Pause Method ()
Stops uploading the attachment until the Enqueue method is called.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Pause()
void Pause()
abstract Pause : unit -> unit
Sub Pause
Remarks
Can be called only when the state is Queued or Uploading, and then sets the state to Paused and the reason to User.
See Also
UploadState
UploadPauseReason
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top