Table of Contents

Class ExternalWorkflowSignalOptions

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Options for external workflow signalling.

public class ExternalWorkflowSignalOptions : ICloneable
Inheritance
ExternalWorkflowSignalOptions
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.