This documentation is archived and is not being maintained.
GetStatus Class
Visual Studio 2013
Represents the status of a Workspace::Get operation.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The GetStatus type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HaveResolvableWarnings | Gets a flag that indicates whether at least one warning can be resolved. |
![]() | NoActionNeeded | Gets a flag that indicates whether no failures and no operations occurred. |
![]() | NumBytes | The number of bytes in all the files downloaded from the server. If the server returned no operations and no failures, everything was already up to date. |
![]() | NumConflicts | Gets the number of conflicts that the Get operation encountered. |
![]() | NumFailures | Gets the number of failures that resulted from the Get operation. |
![]() | NumFiles | The number of files downloaded from the server. If the server returned no operations and no failures, everything was already up to date. |
![]() | NumOperations | Gets the number of Get operations that the server returned. |
![]() | NumResolvedConflicts | The number of conflicts resolved. |
![]() | NumUpdated | Gets the number of Get operations that updated the workspace. |
![]() | NumWarnings | Gets the number of warnings that the Get operation encountered. |
| Name | Description | |
|---|---|---|
![]() | Combine | Combines another GetStatus instance with this instance. |
![]() | 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.) |
![]() | GetFailures | Gets an array of failures that result from the Get operation. |
![]() | GetHashCode | Serves as the default hash function. (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.) |
Show:
