You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,6 +55,7 @@ public static class LinkedTokenSourceFactory
53
55
/// <param name="token">The first cancellation token. Can be modified by this method.</param>
54
56
/// <param name="timeout">The timeout to link.</param>
55
57
/// <returns>The linked token source; or <see langword="null"/> if <paramref name="token"/> is canceled or <paramref name="timeout"/> is <see cref="System.Threading.Timeout.InfiniteTimeSpan"/>.</returns>
58
+
[Obsolete("Use CancellationTokenMultiplexer class instead.")]
0 commit comments