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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSystemScheduler\u003c/code\u003e class is a singleton implementation of \u003ccode\u003eIScheduler\u003c/code\u003e that uses \u003ccode\u003eTask.Delay\u003c/code\u003e for scheduling delays.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a static \u003ccode\u003eInstance\u003c/code\u003e property to retrieve the single instance of \u003ccode\u003eSystemScheduler\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDelay\u003c/code\u003e method returns a task that completes after a specified \u003ccode\u003eTimeSpan\u003c/code\u003e, with an option to include a \u003ccode\u003eCancellationToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIScheduler\u003c/code\u003e, providing core scheduling functionalities within the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedulerExtensions.Sleep\u003c/code\u003e is an extension method that can be used with \u003ccode\u003eSystemScheduler\u003c/code\u003e to simplify pausing execution.\u003c/p\u003e\n"]]],[],null,[]]