GetStatus Class

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
Public property HaveResolvableWarnings Gets a flag that indicates whether at least one warning can be resolved.
Public property NoActionNeeded Gets a flag that indicates whether no failures and no operations occurred.
Public property 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.
Public property NumConflicts Gets the number of conflicts that the Get operation encountered.
Public property NumFailures Gets the number of failures that resulted from the Get operation.
Public property NumFiles The number of files downloaded from the server. If the server returned no operations and no failures, everything was already up to date.
Public property NumOperations Gets the number of Get operations that the server returned.
Public property NumResolvedConflicts The number of conflicts resolved.
Public property NumUpdated Gets the number of Get operations that updated the workspace.
Public property NumWarnings Gets the number of warnings that the Get operation encountered.

Top

Methods

  Name Description
Public method Combine Combines another GetStatus instance with this instance.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetFailures Gets an array of failures that result from the Get operation.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace