Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the status of a Workspace.Get operation.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.GetStatus
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Class GetStatus
public class GetStatus
public ref class GetStatus
type GetStatus = class end
public class GetStatus
The GetStatus type exposes the following members.
Properties
| 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. |
Top
Methods
| 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.) |
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)