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
- 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