TeamFoundationServer Members
Include Protected Members
Include Inherited Members
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.
Constructors
Name
Description
Overloaded.
Top
Methods
Name
Description
Authenticates with the server.
Notifies interested objects of disposal and disposes this object.
Authenticates the connection if not previously authenticated.
Returns true if the specified object is equal to the TeamFoundationServer object on the current Team Foundation server; otherwise false. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance of the TeamFoundationServer object on the current Team Foundation server. (Overrides Object.GetHashCode().)
Returns an instance of the specified service. Returns nulla null reference (Nothing in Visual Basic) if the service could not be found.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Convenience function to identify the connected Team Foundation server correctly in the debugger. (Overrides Object.ToString().)
Top
Operators
Name
Description
Returns true if the URIs of the specified Team Foundation servers are identical; otherwise, returns false.
Returns true if the URIs of the specified Team Foundation servers are not identical; otherwise, returns false.
Top
Properties
Name
Description
Gets the authenticated user's DisplayName.
Gets the authenticated user's identity.
Gets the authenticated user name.
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.
Gets the directory that contains files that contain the client settings.
Gets the credentials for this TeamFoundationServer instance.
Gets or sets the culture to be used.
Gets the flag that confirms if this object has successfully authenticated.
Gets the GUID that uniquely identifies the TeamFoundationServer instance on the current Team Foundation server.
Gets the friendly name of the TeamFoundationServer instance on the current Team Foundation server.
Gets a GUID that identifies the TeamFoundationServer on the current Team Foundation server.
Gets or sets the time zone.
Gets the URI of the current Team Foundation Server computer.
Top
Events
Name
Description
Occurs when the TeamFoundationServer object's credentials change.
Top