Table of Contents

Class ActivityListOptions

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

Remarks

WARNING: Standalone activities are experimental.

Properties

Limit

Gets or sets the maximum number of activities to return. A zero value means no limit.

public int Limit { get; set; }

Property Value

int

Rpc

Gets or sets RPC options for listing activities.

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.