Table of Contents

Class ScheduleUpdate

Namespace
Temporalio.Client.Schedules
Assembly
Temporalio.dll

An update returned from an updater.

public record ScheduleUpdate : IEquatable<ScheduleUpdate>
Inheritance
ScheduleUpdate
Implements
Inherited Members

Constructors

ScheduleUpdate(Schedule)

An update returned from an updater.

public ScheduleUpdate(Schedule Schedule)

Parameters

Schedule Schedule

Schedule to update.

Properties

Schedule

Schedule to update.

public Schedule Schedule { get; init; }

Property Value

Schedule