Table of Contents

Class ChildWorkflowSignalOptions

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Options for child workflow signalling.

public class ChildWorkflowSignalOptions : ICloneable
Inheritance
ChildWorkflowSignalOptions
Implements
Inherited Members

Properties

CancellationToken

Gets or sets the cancellation token to cancel the signal request. If the signal is already sent, this does nothing. If unset, this defaults to the workflow cancellation token.

public CancellationToken? CancellationToken { get; set; }

Property Value

CancellationToken?

Methods

Clone()

Create a shallow copy of these options.

public virtual object Clone()

Returns

object

A shallow copy of these options.