public Task Delay(TimeSpan timeSpan, CancellationToken cancellationToken)
Returns a task which will complete after the given delay. Whether the returned
awaitable is configured to capture the current context or not is implementation-specific.
(A test implementation may capture the current context to enable reliable testing.)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of the `Google.Api.Gax.SystemScheduler` is 4.10.0, with version 4.8.0 being the current context and other versions ranging down to 3.2.0."],["`SystemScheduler` is a singleton implementation of `IScheduler` that uses the `Delay` method for time-based task completion."],["The `Instance` property provides a singleton instance of the `SystemScheduler` class for use."],["The `Delay` method returns a task that completes after a specified delay, configurable with a `TimeSpan` and `CancellationToken`."],["`SchedulerExtensions.Sleep` is available as an extension method, providing sleep functionality using `IScheduler`."]]],[]]