Workstation Members

Include Protected Members
Include Inherited Members

A class that represents a computer and the source control state on that computer.

The Workstation type exposes the following members.

Methods

 

Name

Description

Public method

EnsureUpdateWorkspaceInfoCache

Overloaded. Calls UpdateWorkspaceInfoCache if it has not yet been called for the specified server and owner.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetAllLocalWorkspaceInfo

Get a list of all cached local workspace information objects.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetLocalWorkspaceInfo

Overloaded. Get the cached local workspace information.

Public method

GetLocalWorkspaceInfoRecursively

Get the cached local WorkspaceInfo for the Workspace that contains the specified path.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IsExplicitlyMapped

Returns true if the specified local path is explicitly mapped in a workspace; for example, mapped from the root.

Public method

IsMapped

Returns true if the specified local path is mapped in a workspace.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

QueryLocalWorkspaceInfo

Get a list of cached local workspace information.

Public method

RemoveCachedWorkspaceInfo

Overloaded. Removes from the cache the specified Workspaces.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

UpdateServerUriReferences

Updates the cache to reference the specified source control database by using the specified URI, if different.

Public method

UpdateWorkspaceInfoCache

Loads into the cache the workspaces that resides in the specified source control database with the specified owner.

Top

Properties

 

Name

Description

Public propertyStatic member

Current

Gets the instance which represents the current computer.

Public property

InstalledPolicyTypes

Gets the list of policy types installed on the computer.

Public property

Name

Gets the name of this Workstation (computer name).

Top

See Also

Reference

Workstation Class

Microsoft.TeamFoundation.VersionControl.Client Namespace