This documentation is archived and is not being maintained.

VersionControlServer::MaxBackgroundThreads Property

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)

public:
static property int MaxBackgroundThreads {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The maximum number of background threads that will be used for file uploads and downloads.

If 0 is used, all uploads, downloads, and adds will be performed on the foreground thread.

Show: