Share via


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

void Enqueue()
void Enqueue()
abstract Enqueue : unit -> unit
Sub Enqueue

Remarks

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

See Also

UploadState
UploadPauseReason
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top