OnTimeoutArguments
Arguments used by the timeout strategy to notify that a timeout occurred.
The context associated with the execution of a user-provided callback.
The original exception that caused the timeout.
The timeout value assigned.
Arguments used by the timeout strategy to notify that a timeout occurred.
public void Deconstruct(out ResilienceContext Context, out Exception Exception, out TimeSpan Timeout)