This documentation is archived and is not being maintained.

UpdateLocalVersionQueue Constructor (Workspace, UpdateLocalVersionQueueOptions)

Initializes a new instance of the UpdateLocalVersionQueue class.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
UpdateLocalVersionQueue(
	Workspace^ workspace, 
	UpdateLocalVersionQueueOptions options
)

Parameters

workspace
Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace

The workspace to queue local version updates for.

options
Type: Microsoft.TeamFoundation.VersionControl.Client::UpdateLocalVersionQueueOptions

The options to indicate which table locations to update (local, server, or both).

Show: