Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of background threads that will be used for file uploads and downloads.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Property MaxBackgroundThreads As Integer
public static int MaxBackgroundThreads { get; set; }
public:
static property int MaxBackgroundThreads {
int get ();
void set (int value);
}
static member MaxBackgroundThreads : int with get, set
static function get MaxBackgroundThreads () : int
static function set MaxBackgroundThreads (value : int)
Property Value
Type: System.Int32
The maximum number of background threads that will be used for file uploads and downloads.
Remarks
If 0 is used, all uploads, downloads, and adds will be performed on the foreground thread.
.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.