<PackageReference Include="Polly.Core" Version="8.0.0-alpha.8" />

TimeoutConstants

static class TimeoutConstants
using System.Runtime.CompilerServices; namespace Polly.Timeout { internal static class TimeoutConstants { [System.Runtime.CompilerServices.Nullable(1)] public const string OnTimeoutEvent = "OnTimeout"; } }