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 v1alpha 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 documentation is for the `Runnable.Types.Barrier` class within the Batch v1alpha API, which is part of the Google Cloud .NET library, specifically version 1.0.0-alpha30."],["The `Runnable.Types.Barrier` class, implemented to wait for all tasks in a group, blocks until all tasks in a task group reach it, serving as a synchronization point."],["The `Runnable.Types.Barrier` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class has two constructors: a default constructor and one that accepts another `Runnable.Types.Barrier` object."],["The `Name` property is a `string` type, used to identify the barrier by its index, with names being optional but suggested for identification."]]],[]]