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 the \u003ccode\u003eIScheduler\u003c/code\u003e interface within the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes \u003ccode\u003eTask.Delay\u003c/code\u003e to provide time-delayed task completion, with an optional cancellation token.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a static \u003ccode\u003eInstance\u003c/code\u003e property to provide a singleton instance of itself.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSystemScheduler\u003c/code\u003e has a \u003ccode\u003eDelay\u003c/code\u003e method that returns a \u003ccode\u003eTask\u003c/code\u003e that will complete after the specified \u003ccode\u003eTimeSpan\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are various versions of this api available, all listed, with 4.10.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]