Class WorkflowCancelOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for CancelAsync(WorkflowCancelOptions?).
public class WorkflowCancelOptions : ICloneable
- Inheritance
-
WorkflowCancelOptions
- Implements
- Inherited Members
Properties
Rpc
Gets or sets RPC options for cancelling 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.