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

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

.NET Framework Security

See Also

Reference

IAttachmentUploadEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

UploadState

UploadPauseReason