BatchReadParameter Class
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class BatchReadParameter
'Usage
Dim instance As BatchReadParameter
public class BatchReadParameter
public ref class BatchReadParameter
public class BatchReadParameter
Remarks
A BatchReadParameter is a single Id/revision pair parameter to be added to BatchReadParameterCollection.
IDs are expected to be unique in the BatchReadParameterCollection.
Project hints can be passed into each parameter as means for optimizing performance and to avoid extra round trips.
If a project hint is passed in, only the relevant fields specified in individual BatchReadParameter objects are paged in by default.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.BatchReadParameter
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.