ResilienceContextCreationArguments
Arguments used by the ResilienceContextPool when creating ResilienceContext.
Gets the cancellation token.
Gets the value indicating whether to continue on captured context, if any.
Gets the operation key, if any.
public ResilienceContextCreationArguments(string operationKey, bool? continueOnCapturedContext, CancellationToken cancellationToken)
Initializes a new instance of the ResilienceContextCreationArguments struct.