IAttachmentUploadEntry.Enqueue Method

Adds the attachment to the queue and starts uploading as soon as possible.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Sub Enqueue
void Enqueue()
void Enqueue()
abstract Enqueue : unit -> unit 
function Enqueue()

Remarks

Can be called only when the state is Failed or the state is Paused and the PauseReason property is set to User.

.NET Framework Security

See Also

Reference

IAttachmentUploadEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

UploadState

UploadPauseReason