Table of Contents

Class ScheduleTriggerOptions

Namespace
Temporalio.Client.Schedules
Assembly
Temporalio.dll

Options for triggering a schedule.

public class ScheduleTriggerOptions
Inheritance
ScheduleTriggerOptions
Inherited Members

Properties

Overlap

Gets or sets a value overriding the schedule overlap policy if set.

public ScheduleOverlapPolicy Overlap { get; set; }

Property Value

ScheduleOverlapPolicy

Rpc

Gets or sets RPC options for triggering the schedule.

public RpcOptions? Rpc { get; set; }

Property Value

RpcOptions

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.