Table of Contents

Class NexusOperationCancelOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Options for canceling a standalone Nexus operation.

public class NexusOperationCancelOptions : ICloneable
Inheritance
NexusOperationCancelOptions
Implements
Inherited Members

Remarks

WARNING: Standalone Nexus operations are experimental.

Properties

Reason

Gets or sets the reason for the cancellation request.

public string? Reason { get; set; }

Property Value

string

Rpc

Gets or sets RPC options for canceling the operation.

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.