Table of Contents

Class BuildIdOp.MergeSets

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Merges two sets into one set, thus declaring all the Build IDs in both as compatible with one another. The default of the primary set is maintained as the merged set's overall default.

public record BuildIdOp.MergeSets : BuildIdOp, IEquatable<BuildIdOp>, IEquatable<BuildIdOp.MergeSets>
Inheritance
BuildIdOp.MergeSets
Implements
Inherited Members

Constructors

MergeSets(string, string)

Merges two sets into one set, thus declaring all the Build IDs in both as compatible with one another. The default of the primary set is maintained as the merged set's overall default.

public MergeSets(string PrimaryBuildId, string SecondaryBuildId)

Parameters

PrimaryBuildId string

A Build ID which and is used to find the primary set to be merged.

SecondaryBuildId string

A Build ID which and is used to find the secondary set to be merged.

Properties

PrimaryBuildId

A Build ID which and is used to find the primary set to be merged.

public string PrimaryBuildId { get; init; }

Property Value

string

SecondaryBuildId

A Build ID which and is used to find the secondary set to be merged.

public string SecondaryBuildId { get; init; }

Property Value

string