Table of Contents

Class NexusOperationListOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Options for listing standalone Nexus operations.

public class NexusOperationListOptions : ICloneable
Inheritance
NexusOperationListOptions
Implements
Inherited Members

Remarks

WARNING: Standalone Nexus operations are experimental.

Properties

Limit

Gets or sets the maximum number of operations to return. 0 means server default.

public int Limit { get; set; }

Property Value

int

Rpc

Gets or sets RPC options for listing operations.

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.