Class AsyncActivityHeartbeatOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for HeartbeatAsync(AsyncActivityHeartbeatOptions?).
public class AsyncActivityHeartbeatOptions : ICloneable
- Inheritance
-
AsyncActivityHeartbeatOptions
- Implements
- Inherited Members
Properties
Details
Gets or sets the details for the heartbeat.
public IReadOnlyCollection<object?>? Details { get; set; }
Property Value
Rpc
Gets or sets RPC options.
public RpcOptions? Rpc { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options and any transitive options fields.