public sealed class Runnable.Types.Barrier : IMessage<Runnable.Types.Barrier>, IEquatable<Runnable.Types.Barrier>, IDeepCloneable<Runnable.Types.Barrier>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class Runnable.Types.Barrier.
Barrier runnable blocks until all tasks in a taskgroup reach it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Runnable.Types.Barrier` class within the Google Cloud Batch v1 API, specifically in the .NET environment."],["The `Runnable.Types.Barrier` class is used to ensure that all tasks in a task group reach a specific point before proceeding, essentially acting as a synchronization point."],["The latest version of the documentation provided is version 2.13.0, with a history of versioning back to version 1.0.0 for this class."],["`Runnable.Types.Barrier` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The `Barrier` class has a constructor and one property, Name, which can be used to identify the barrier, by its index in the runnable list."]]],[]]