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.
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.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). 
.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.