Class SlotPermit
- Namespace
- Temporalio.Worker.Tuning
- Assembly
- Temporalio.dll
A permit to use a slot for a workflow/activity/local activity task. This class can be extended if desired.
public class SlotPermit
- Inheritance
-
SlotPermit
- Inherited Members
Remarks
WARNING: Custom slot suppliers are currently experimental.
Constructors
SlotPermit()
Initializes a new instance of the SlotPermit class with no associated data.
public SlotPermit()
SlotPermit(object)
Initializes a new instance of the SlotPermit class.
public SlotPermit(object data)
Parameters
data
objectData associated with the permit.
Properties
UserData
Gets data associated with the permit.
public object? UserData { get; init; }