Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains several properties to describe a Web service.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Client.WebServiceStats
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Class WebServiceStats
public class WebServiceStats
public ref class WebServiceStats
type WebServiceStats = class end
public class WebServiceStats
The WebServiceStats type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebServiceStats | Initializes a new WebServiceStats instance. |
Top
Properties
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. |
Top
Methods
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 a hash function for a particular type. (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.) |
Top
Events
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.