Table of Contents

Class ReportCancellationAsyncActivityInput

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

Remarks

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

Constructors

ReportCancellationAsyncActivityInput(Reference, AsyncActivityReportCancellationOptions?, DataConverter?)

public ReportCancellationAsyncActivityInput(AsyncActivityHandle.Reference Activity, AsyncActivityReportCancellationOptions? Options, DataConverter? DataConverterOverride = null)

Parameters

Activity AsyncActivityHandle.Reference

Activity to report cancellation.

Options AsyncActivityReportCancellationOptions

Options passed in to report cancellation.

DataConverterOverride DataConverter

Data converter to use instead of client one.

Remarks

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

Properties

Activity

Activity to report cancellation.

public AsyncActivityHandle.Reference Activity { get; init; }

Property Value

AsyncActivityHandle.Reference

DataConverterOverride

Data converter to use instead of client one.

public DataConverter? DataConverterOverride { get; init; }

Property Value

DataConverter

Options

Options passed in to report cancellation.

public AsyncActivityReportCancellationOptions? Options { get; init; }

Property Value

AsyncActivityReportCancellationOptions