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?)
public ReportCancellationAsyncActivityInput(AsyncActivityHandle.Reference Activity, AsyncActivityReportCancellationOptions? Options)
Parameters
Activity
AsyncActivityHandle.ReferenceActivity to report cancellation.
Options
AsyncActivityReportCancellationOptionsOptions passed in to report cancellation.
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
Options
Options passed in to report cancellation.
public AsyncActivityReportCancellationOptions? Options { get; init; }