[[["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-09 UTC."],[[["`ContextPropagationOptions` is a class that configures options for `ContextPropagationToken`, controlling how context is passed between parent and child calls."],["The class provides a constructor that allows setting whether to propagate the parent call's deadline and/or cancellation token to the child call, both of which are set to `true` by default."],["The `Default` field is a static field providing the default `ContextPropagationOptions` that the application will utilize if no other are set."],["`IsPropagateCancellation` and `IsPropagateDeadline` properties indicate whether the parent call's cancellation token and deadline are propagated to the child call, respectively."]]],[]]