Table of Contents

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

CancellationToken

Headers

Gets the request headers (case-insensitive keys).

public IReadOnlyDictionary<string, string>? Headers { get; }

Property Value

IReadOnlyDictionary<string, string>

Operation

Gets the Nexus operation name.

public string Operation { get; }

Property Value

string

RequestDeadline

Gets the deadline for the cancel call to complete, if any.

public DateTime? RequestDeadline { get; }

Property Value

DateTime?

Service

Gets the Nexus service name.

public string Service { get; }

Property Value

string