Table of Contents

Class DelayAsyncInput

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

Remarks

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

Constructors

DelayAsyncInput(TimeSpan, CancellationToken?)

public DelayAsyncInput(TimeSpan Delay, CancellationToken? CancellationToken)

Parameters

Delay TimeSpan

Delay duration.

CancellationToken CancellationToken?

Optional cancellation token.

Remarks

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

Properties

CancellationToken

Optional cancellation token.

public CancellationToken? CancellationToken { get; init; }

Property Value

CancellationToken?

Delay

Delay duration.

public TimeSpan Delay { get; init; }

Property Value

TimeSpan