Initializes a new instance of the UpdateLocalVersionQueue class.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    workspace As Workspace, _
    options As UpdateLocalVersionQueueOptions _
)
public UpdateLocalVersionQueue(
    Workspace workspace,
    UpdateLocalVersionQueueOptions options
)
public:
UpdateLocalVersionQueue(
    Workspace^ workspace, 
    UpdateLocalVersionQueueOptions options
)
new : 
        workspace:Workspace * 
        options:UpdateLocalVersionQueueOptions -> UpdateLocalVersionQueue
public function UpdateLocalVersionQueue(
    workspace : Workspace, 
    options : UpdateLocalVersionQueueOptions
)
Parameters
workspace
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceThe workspace to queue local version updates for.
options
Type: Microsoft.TeamFoundation.VersionControl.Client.UpdateLocalVersionQueueOptionsThe options to indicate which table locations to update (local, server, or both).
.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.