This documentation is archived and is not being maintained.
TfsConnection Events
Visual Studio 2013
The TfsConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConnectivityFailureStatusChanged | This event is raised when the value of the ConnectivityFailureOnLastWebServiceCall flag changes. |
|
CredentialsChanged | This event is raised when the credentials of the TeamFoundationServer object change. |
|
WebServiceCallBegin | This event is fired when the TFS client object model starts execution of a Web request in this appdomain. The receiving event handler will be provided with the instance of TfsConnection on which the Web service call originated (if available). |
|
WebServiceCallEnd | This event is fired when the TFS client object model finishes execution of a Web request in this appdomain. The receiving event handler will be provided with the instance of TfsConnection on which the Web service call originated (if available). |
Show: