BuildWellKnownBatchIds Class

Contains well-known identifiers for system-managed batches.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Common.BuildWellKnownBatchIds

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public NotInheritable Class BuildWellKnownBatchIds
public static class BuildWellKnownBatchIds
public ref class BuildWellKnownBatchIds abstract sealed
[<AbstractClass>]
[<Sealed>]
type BuildWellKnownBatchIds =  class end
public final class BuildWellKnownBatchIds

The BuildWellKnownBatchIds type exposes the following members.

Fields

  Name Description
Public fieldStatic member DynamicBatch Dynamically batch based on the configured batch size.
Public fieldStatic member DynamicBatchId Gets a string representation of DynamicBatch.

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.Build.Common Namespace