Class ActivityListOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for ListActivitiesAsync(string, ActivityListOptions?).
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
Rpc
Gets or sets RPC options for listing activities.
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.