Table of Contents

Class ActivityDescribeOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Options for describing a standalone activity.

public class ActivityDescribeOptions : ICloneable
Inheritance
ActivityDescribeOptions
Implements
Inherited Members

Remarks

WARNING: Standalone activities are experimental.

Properties

LongPollToken

Gets or sets a long-poll token from a previous describe response. When set, the describe call will long-poll for state changes.

public byte[]? LongPollToken { get; set; }

Property Value

byte[]

Rpc

Gets or sets RPC options for describing the activity.

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.