BatchReadParameter Class
Represents an ID and revision pair that will be added to a BatchReadParameterCollection.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.BatchReadParameter
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class BatchReadParameter
public class BatchReadParameter
public ref class BatchReadParameter
type BatchReadParameter = class end
public class BatchReadParameter
The BatchReadParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BatchReadParameter(Int32) | Initializes a new BatchReadParameter instance. | |
BatchReadParameter(Int32, Int32) | Initializes a new BatchReadParameter instance. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets the ID of this parameter. | |
ProjectHint | Gets or sets the project hint. | |
Revision | Gets the revision of this parameter. |
Top
Methods
Name | Description | |
---|---|---|
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
Remarks
IDs are expected to be unique in the collection. Project hints can be specified as a performance optimization to avoid extra round trips to the server. If a project hint is specified, only the relevant fields for the specified projects are paged in at first.
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.