Class BuildIdOp.AddNewDefault
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Adds a new Build ID into a new set, which will be used as the default set for the queue. This means all new workflows will start on this Build ID.
public record BuildIdOp.AddNewDefault : BuildIdOp, IEquatable<BuildIdOp>, IEquatable<BuildIdOp.AddNewDefault>
- Inheritance
-
BuildIdOp.AddNewDefault
- Implements
- Inherited Members
Constructors
AddNewDefault(string)
Adds a new Build ID into a new set, which will be used as the default set for the queue. This means all new workflows will start on this Build ID.
public AddNewDefault(string BuildId)
Parameters
BuildId
stringThe Build ID to add.
Properties
BuildId
The Build ID to add.
public string BuildId { get; init; }