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-04-17 UTC."],[[["This webpage provides documentation for the `Runnable.Types.Barrier` class within the Google Cloud Batch V1 API, specifically within the .NET ecosystem."],["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 for this class is version 2.13.0, and it offers historical documentation up to and including version 1.0.0."],["`Runnable.Types.Barrier` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities, such as object equality comparison and deep cloning."],["The `Barrier` class includes a `Name` property which is a string that can be set and is used to identify barriers within the runnable list, though it's not a mandatory element."]]],[]]