Table of Contents

Class FixedSizeSlotSupplier

Namespace
Temporalio.Worker.Tuning
Assembly
Temporalio.dll

A slot supplier that will only ever issue at most a fixed number of slots.

public sealed record FixedSizeSlotSupplier : ISlotSupplier, IEquatable<FixedSizeSlotSupplier>
Inheritance
FixedSizeSlotSupplier
Implements
Inherited Members

Constructors

FixedSizeSlotSupplier(int)

A slot supplier that will only ever issue at most a fixed number of slots.

public FixedSizeSlotSupplier(int SlotCount)

Parameters

SlotCount int

The maximum number of slots that will ever be issued.

Properties

SlotCount

The maximum number of slots that will ever be issued.

public int SlotCount { get; init; }

Property Value

int