How often the session polls for automatic shutdowns.
Applications can shutdown a session by calling .cancel() on the returned future<Status>. In addition, applications can fire & forget a session, which is only shutdown once the completion queue servicing the session shuts down. In this latter case the session polls periodically to detect if the CQ has shutdown. This controls how often this polling happens.
[[["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-14 UTC."],[[["This page provides documentation for the `ShutdownPollingPeriodOption` in various versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The `ShutdownPollingPeriodOption` controls how frequently a session polls to detect if a completion queue has shut down when a session is fired and forgotten."],["Sessions can be shut down manually by calling `.cancel()` on the returned `future\u003cStatus\u003e`, or automatically when the completion queue servicing the session shuts down."],["The `ShutdownPollingPeriodOption` is a type alias for `std::chrono::milliseconds`, indicating the polling period is measured in milliseconds."]]],[]]