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."],[[["This webpage provides reference documentation for the `ResourcesExhaustedBehavior` enum within the Google Cloud Spanner V1 API, specifically for the .NET environment, with versioning ranging from 3.5.0 up to the latest beta release 5.0.0-beta05."],["The `ResourcesExhaustedBehavior` enum defines how the system responds when the `MaximumActiveSessions` limit is reached, offering options for how it can react to the situation."],["The two behaviors defined in the enum are `Block`, which will wait for resources, and `Fail`, which will instantly throw an error when the limit is reached."],["The documentation for this enum can be found within the Google.Cloud.Spanner.V1 namespace and the Google.Cloud.Spanner.V1.dll assembly."]]],[]]