Class WorkflowSignalOptions
Options for
Namespace: Temporalio.Client
Assembly: Temporalio.dll
Syntax
public class WorkflowSignalOptions : ICloneable
Properties
Rpc
Gets or sets RPC options for starting the workflow.
Declaration
public RpcOptions Rpc { get; set; }
Property Value
Type | Description |
---|---|
RpcOptions |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options and any transitive options fields. |