Class SlotInfo.NexusOperationSlotInfo
- Namespace
- Temporalio.Worker.Tuning
- Assembly
- Temporalio.dll
Info about a Nexus operation task slot usage.
public record SlotInfo.NexusOperationSlotInfo : SlotInfo, IEquatable<SlotInfo>, IEquatable<SlotInfo.NexusOperationSlotInfo>
- Inheritance
-
SlotInfo.NexusOperationSlotInfo
- Implements
- Inherited Members
Remarks
WARNING: Nexus support is experimental.
Constructors
NexusOperationSlotInfo(string, string)
Info about a Nexus operation task slot usage.
public NexusOperationSlotInfo(string ServiceHandlerType, string OperationName)
Parameters
Remarks
WARNING: Nexus support is experimental.
Properties
OperationName
public string OperationName { get; init; }
Property Value
ServiceHandlerType
public string ServiceHandlerType { get; init; }