This documentation is archived and is not being maintained.
WebServiceStats Class
Visual Studio 2013
Contains several properties to describe a Web service.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The WebServiceStats type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Average | Gets the average run time of the Web service. |
![]() | Count | Gets the number of times the Web service has executed. |
![]() | Last | Gets the last run time of the Web service. |
![]() | MaxTime | Gets the maximum run time of the Web service. |
![]() | MinTime | Gets the minimum time of the Web service. |
![]() | TotalTime | Gets the total run time of the Web service. |
![]() | WebService | Gets the name of the Web service. |
| Name | Description | |
|---|---|---|
![]() | AddTime | Adds time to this WebServiceStats instance. |
![]() ![]() | DescendingSort | Helper method to sort two WebServiceStats instances. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AverageChanged | Occurs when the Average property has changed. |
![]() | CountChanged | Occurs when the Count property has changed. |
![]() | LastChanged | Occurs when the Last property has changed. |
![]() | MaxTimeChanged | Occurs when the MaxTime property of the Web service has changed. |
![]() | MinTimeChanged | Occurs when the MinTime property of the Web service has changed. |
![]() | TotalTimeChanged | Occurs when the TotalTime property has changed. |
![]() | WebServiceChanged | Occurs when the Web service has changed. |
Show:
