Table of Contents

Class TriggerScheduleInput

Namespace
Temporalio.Client.Interceptors
Assembly
Temporalio.dll
public record TriggerScheduleInput : IEquatable<TriggerScheduleInput>
Inheritance
TriggerScheduleInput
Implements
Inherited Members

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Constructors

TriggerScheduleInput(string, ScheduleTriggerOptions?)

public TriggerScheduleInput(string Id, ScheduleTriggerOptions? Options)

Parameters

Id string

Schedule ID.

Options ScheduleTriggerOptions

Trigger options.

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Properties

Id

Schedule ID.

public string Id { get; init; }

Property Value

string

Options

Trigger options.

public ScheduleTriggerOptions? Options { get; init; }

Property Value

ScheduleTriggerOptions