Table of Contents

Class AsyncActivityFailOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll
public class AsyncActivityFailOptions : ICloneable
Inheritance
AsyncActivityFailOptions
Implements
Inherited Members

Properties

LastHeartbeatDetails

Gets or sets the details to record as the last heartbeat details.

public IReadOnlyCollection<object?>? LastHeartbeatDetails { get; set; }

Property Value

IReadOnlyCollection<object>

Rpc

Gets or sets RPC options.

public RpcOptions? Rpc { get; set; }

Property Value

RpcOptions

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.