Class TemporalOperationCancelContext
- Namespace
- Temporalio.Nexus
- Assembly
- Temporalio.dll
public class TemporalOperationCancelContext
- Inheritance
-
TemporalOperationCancelContext
- Inherited Members
Remarks
WARNING: Nexus support is experimental.
Properties
CancellationToken
Gets the cancellation token for this cancel call (not operation cancellation).
public CancellationToken CancellationToken { get; }
Property Value
Headers
Gets the request headers (case-insensitive keys).
public IReadOnlyDictionary<string, string>? Headers { get; }
Property Value
Operation
Gets the Nexus operation name.
public string Operation { get; }
Property Value
RequestDeadline
Gets the deadline for the cancel call to complete, if any.
public DateTime? RequestDeadline { get; }
Property Value
Service
Gets the Nexus service name.
public string Service { get; }