Class HeartbeatInput
- Namespace
- Temporalio.Worker.Interceptors
- Assembly
- Temporalio.dll
Input for Heartbeat(HeartbeatInput).
public record HeartbeatInput : IEquatable<HeartbeatInput>
- Inheritance
-
HeartbeatInput
- Implements
- Inherited Members
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Constructors
HeartbeatInput(object?[])
Input for Heartbeat(HeartbeatInput).
public HeartbeatInput(object?[] Details)
Parameters
Details
object[]Heartbeat details.
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Properties
Details
Heartbeat details.
public object?[] Details { get; init; }
Property Value
- object[]