Table of Contents

Class HeartbeatInput

Namespace
Temporalio.Worker.Interceptors
Assembly
Temporalio.dll
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?[])

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[]