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.
Represents a request of the Get operation.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.GetRequest
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class GetRequest
public sealed class GetRequest
public ref class GetRequest sealed
[<Sealed>]
type GetRequest =  class end
public final class GetRequest
The GetRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | GetRequest(ItemSpec, VersionSpec) | Gets the specified item or the entire workspace at the specified version. | 
| .gif) | GetRequest(ItemSpec, Int32) | Gets the specified items or the entire workspace at the specified changeset. | 
| .gif) | GetRequest(String, RecursionType, VersionSpec) | Gets the specified items at the specified version. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ItemSpec | Gets or sets the item that is being requested. | 
| .gif) | VersionSpec | Gets or sets the version that is being requested. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) .gif) | FromStrings | Creates an array of GetRequests from the specified array of local or server paths, recursion, and version. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Creates a user-readable string that describes the properties of this GetRequest object. (Overrides Object.ToString().) | 
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.