Class ActivityTerminateOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for terminating a standalone activity.
public class ActivityTerminateOptions : ICloneable
- Inheritance
-
ActivityTerminateOptions
- Implements
- Inherited Members
Remarks
WARNING: Standalone activities are experimental.
Properties
Reason
Gets or sets the reason for the termination.
public string? Reason { get; set; }
Property Value
Rpc
Gets or sets RPC options for terminating the activity.
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.