Class WorkflowTerminateOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for TerminateAsync(string?, WorkflowTerminateOptions?).
public class WorkflowTerminateOptions : ICloneable
- Inheritance
-
WorkflowTerminateOptions
- Implements
- Inherited Members
Properties
Details
Gets or sets the termination details.
public IReadOnlyCollection<object?>? Details { get; set; }
Property Value
Rpc
Gets or sets RPC options for terminating the workflow.
public RpcOptions? Rpc { get; set; }
Property Value
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.