public static void BindService(ServiceBinderBase serviceBinder, Spanner.SpannerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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."],[[["This page provides documentation for the Google Cloud Spanner API, specifically within the `Google.Cloud.Spanner.V1` namespace, detailing its use in managing sessions and executing transactions on Cloud Spanner databases."],["The latest available version is `5.0.0-beta05`, with a range of versions available, including stable releases from `3.5.0` up to `4.6.0`, as well as previous beta releases."],["The `Spanner` class, part of the Cloud Spanner API, inherits from the `Object` class and includes methods for binding service definitions to a server, such as `BindService`."],["The documentation includes detailed information about `BindService`, outlining parameters like `serviceImpl` and `serviceBinder`, along with their descriptions and the expected return type of `ServerServiceDefinition`."],["This API is part of the Google Cloud .NET ecosystem, demonstrated through assembly information, and it manages the Cloud Spanner service and allows for server-side handling logic using Spanner.SpannerBase."]]],[]]