Class HeartbeatAsyncActivityInput
- Namespace
- Temporalio.Client.Interceptors
- Assembly
- Temporalio.dll
public record HeartbeatAsyncActivityInput : IEquatable<HeartbeatAsyncActivityInput>
- Inheritance
-
HeartbeatAsyncActivityInput
- Implements
- Inherited Members
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Constructors
HeartbeatAsyncActivityInput(Reference, AsyncActivityHeartbeatOptions?)
public HeartbeatAsyncActivityInput(AsyncActivityHandle.Reference Activity, AsyncActivityHeartbeatOptions? Options)
Parameters
Activity
AsyncActivityHandle.ReferenceActivity to heartbeat.
Options
AsyncActivityHeartbeatOptionsOptions passed in to heartbeat.
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Properties
Activity
Activity to heartbeat.
public AsyncActivityHandle.Reference Activity { get; init; }
Property Value
Options
Options passed in to heartbeat.
public AsyncActivityHeartbeatOptions? Options { get; init; }