Table of Contents

Class NexusOperationTerminateOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Options for terminating a standalone Nexus operation.

public class NexusOperationTerminateOptions : ICloneable
Inheritance
NexusOperationTerminateOptions
Implements
Inherited Members

Remarks

WARNING: Standalone Nexus operations are experimental.

Properties

Reason

Gets or sets the reason for termination.

public string? Reason { get; set; }

Property Value

string

Rpc

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