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."],[[["This webpage provides documentation for the `SystemScheduler` class, a singleton implementation of the `IScheduler` interface within the `Google.Api.Gax` namespace."],["`SystemScheduler` uses `Delay(TimeSpan, CancellationToken)` to manage task delays."],["The `Instance` property allows access to the single `SystemScheduler` object."],["The `Delay(TimeSpan, CancellationToken)` method returns a task that completes after the specified delay, supporting cancellation via a `CancellationToken`."],["The latest version available is version 4.10.0, whereas version 3.2.0 is the specific version being documented on this webpage."]]],[]]