Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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.