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 class FixedSizeSlotSupplier : SlotSupplier
Inheritance
FixedSizeSlotSupplier
Inherited Members

Constructors

FixedSizeSlotSupplier(int)

Initializes a new instance of the FixedSizeSlotSupplier class.

public FixedSizeSlotSupplier(int slotCount)

Parameters

slotCount int

The maximum number of slots that will ever be issued.

Properties

SlotCount

Gets the maximum number of slots that will ever be issued.

public int SlotCount { get; }

Property Value

int