[[["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-03-21 UTC."],[[["The `TaskCompletionSourceExtensions` class provides extension methods for `TaskCompletionSource\u003cTResult\u003e`, allowing for enhanced task management."],["The latest version of the `Google.Api.Gax` package containing these extensions is 4.10.0, with previous versions back to 3.2.0 also documented."],["The `WithCancellationToken\u003cTResult\u003e` method allows a task from a task completion source to observe a specified cancellation token, enabling cancellation management."],["The `WithCancellationToken\u003cTResult\u003e` method parameters require the task completion `source` and the `cancellationToken` to be observed, and returns a task that will complete when `source` completes, but will watch the cancellation token for cancellation."]]],[]]