Table of Contents

Class OperationFetchInfoContext

Namespace
NexusRpc.Handlers
Assembly
NexusRpc.dll

Context provided when fetch info is called.

public record OperationFetchInfoContext : OperationContext, IEquatable<OperationContext>, IEquatable<OperationFetchInfoContext>
Inheritance
OperationFetchInfoContext
Implements
Inherited Members

Constructors

OperationFetchInfoContext(string, string, CancellationToken, string)

Context provided when fetch info is called.

public OperationFetchInfoContext(string Service, string Operation, CancellationToken CancellationToken, string OperationToken)

Parameters

Service string

Service name.

Operation string

Operation name.

CancellationToken CancellationToken

Cancellation token for when this specific call is canceled (not to be confused with operation cancellation).

OperationToken string

Token referencing the operation.

Properties

OperationToken

Token referencing the operation.

public string OperationToken { get; init; }

Property Value

string