Class OperationFetchInfoContext
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
ServicestringService name.
OperationstringOperation name.
CancellationTokenCancellationTokenCancellation token for when this specific call is canceled (not to be confused with operation cancellation).
OperationTokenstringToken referencing the operation.
Properties
OperationToken
Token referencing the operation.
public string OperationToken { get; init; }