WebServiceStatList Class
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Class WebServiceStatList _
Inherits BindingList(Of WebServiceStats)
'Usage
Dim instance As WebServiceStatList
public class WebServiceStatList : BindingList<WebServiceStats>
public ref class WebServiceStatList : public BindingList<WebServiceStats^>
public class WebServiceStatList extends BindingList<WebServiceStats>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<WebServiceStats>
System.ComponentModel.BindingList<WebServiceStats>
Microsoft.TeamFoundation.Client.WebServiceStatList
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.