Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

void Pause()

Can be called only when the state is Queued or Uploading, and then sets the state to Paused and the reason to User.

Return to top
Show: