Enum SlotType
- Namespace
- Temporalio.Worker.Tuning
- Assembly
- Temporalio.dll
Defines types of Slots that workers use.
public enum SlotType
Fields
Activity = 1
Activity slot type.
LocalActivity = 2
Local activity slot type.
Workflow = 0
Workflow slot type.