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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAttachmentUploadEntry Interface