Table of Contents

Class ActivityCountOptions

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

Remarks

WARNING: Standalone activities are experimental.

Properties

Rpc

Gets or sets RPC options for counting 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.