The operation is blocked until a currently running operation
completes and releases its Spanner session. If the operation is
synchronous, the thread will be blocked until it can complete.
If the operation is asynchronous, it will be completed on the
threadpool when resources become available.
Fail
The operation will fail with an exception with the ErrorCode set to ResourceExhausted.
[[["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-17 UTC."],[[["The latest version of the `Google.Cloud.Spanner.V1` package is `5.0.0-beta05`, with multiple prior versions available, including stable releases and beta versions."],["The `ResourcesExhaustedBehavior` enum dictates the behavior of operations when the `MaximumActiveSessions` limit is met."],["The `ResourcesExhaustedBehavior` enum provides two options: `Block`, which will make the operation wait for resources, or `Fail`, which will make the operation fail with an exception."],["This can be found within the `Google.Cloud.Spanner.V1` namespace, inside the `Google.Cloud.Spanner.V1.dll` assembly."]]],[]]