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