public sealed class 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."],[[["The latest version of `Runnable.Types.Barrier` is 2.13.0, while version 1.0.0 is the initial version."],["`Runnable.Types.Barrier` in the Batch v1 API blocks until all tasks in a task group have reached it."],["The `Barrier` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Barrier` class has two constructors, one parameterless and another that takes a `Runnable.Types.Barrier` object as a parameter."],["A barrier's name, represented as a string, is its identifier, which is not required, however, if it is present, it should be an identifier."]]],[]]