Table of Contents

Class FailAsyncActivityInput

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

Remarks

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

Constructors

FailAsyncActivityInput(Reference, Exception, AsyncActivityFailOptions?)

public FailAsyncActivityInput(AsyncActivityHandle.Reference Activity, Exception Exception, AsyncActivityFailOptions? Options)

Parameters

Activity AsyncActivityHandle.Reference

Activity to fail.

Exception Exception

Exception.

Options AsyncActivityFailOptions

Options passed in to fail.

Remarks

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

Properties

Activity

Activity to fail.

public AsyncActivityHandle.Reference Activity { get; init; }

Property Value

AsyncActivityHandle.Reference

Exception

Exception.

public Exception Exception { get; init; }

Property Value

Exception

Options

Options passed in to fail.

public AsyncActivityFailOptions? Options { get; init; }

Property Value

AsyncActivityFailOptions