TeamFoundationServer Members
Visual Studio 2008
A TeamFoundationServer object is the core object on a Team Foundation server. The server's TeamFoundationServer object abstracts the common infrastructure and acts as a class factory for Team Foundation Build components.
The TeamFoundationServer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Authenticate | Authenticates with the server. |
|
Dispose | Notifies interested objects of disposal and disposes this object. |
|
EnsureAuthenticated | Authenticates the connection if not previously authenticated. |
|
Equals | Returns true if the specified object is equal to the TeamFoundationServer object on the current Team Foundation server; otherwise false. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this instance of the TeamFoundationServer object on the current Team Foundation server. (Overrides Object.GetHashCode().) |
|
GetService | Returns an instance of the specified service. Returns null if the service could not be found. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Convenience function to identify the connected Team Foundation server correctly in the debugger. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
|
Equality | Returns true if the URIs of the specified Team Foundation servers are identical; otherwise, returns false. |
|
Inequality | Returns true if the URIs of the specified Team Foundation servers are not identical; otherwise, returns false. |
| Name | Description | |
|---|---|---|
|
AuthenticatedUserDisplayName | Gets the authenticated user's DisplayName. |
|
AuthenticatedUserIdentity | Gets the authenticated user's identity. |
|
AuthenticatedUserName | Gets the authenticated user name. |
|
ClientCacheDirectory | Gets the directory that contains the client cache files which reside in the settings directory. |
|
ClientCacheDirectoryForInstance | Gets the path that should be used to cache data from this TeamFoundationServer instance. |
|
ClientSettingsDirectory | Gets the directory that contains files that contain the client settings. |
|
Credentials | Gets the credentials for this TeamFoundationServer instance. |
|
Culture | Gets or sets the culture to be used. |
|
HasAuthenticated | Gets the flag that confirms if this object has successfully authenticated. |
|
InstanceId | Gets the GUID that uniquely identifies the TeamFoundationServer instance on the current Team Foundation server. |
|
Name | Gets the friendly name of the TeamFoundationServer instance on the current Team Foundation server. |
|
SessionId | Gets a GUID that identifies the TeamFoundationServer on the current Team Foundation server. |
|
TimeZone | Gets or sets the time zone. |
|
Uri | Gets the URI of the current Team Foundation Server computer. |
| Name | Description | |
|---|---|---|
|
CredentialsChanged | Occurs when the TeamFoundationServer object's credentials change. |