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 | |
|---|---|---|
![]() |
GetRequest(ItemSpec, VersionSpec) | Gets the specified item or the entire workspace at the specified version. |
![]() |
GetRequest(ItemSpec, Int32) | Gets the specified items or the entire workspace at the specified changeset. |
![]() |
GetRequest(String, RecursionType, VersionSpec) | Gets the specified items at the specified version. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ItemSpec | Gets or sets the item that is being requested. |
![]() |
VersionSpec | Gets or sets the version that is being requested. |
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.) |
![]() ![]() |
FromStrings | Creates an array of GetRequests from the specified array of local or server paths, recursion, and version. |
![]() |
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 | 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.
.gif)
.gif)
.gif)
.gif)