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-04-17 UTC."],[[["This page provides reference documentation for the Google Cloud Spanner v1 API, specifically for the `Spanner` class within the `Google.Cloud.Spanner.V1` namespace."],["The latest beta version documented is `5.0.0-beta05`, with other versions ranging from `5.0.0-beta04` down to `3.5.0` being also available."],["The `Spanner` class inherits from `System.Object` and includes methods for binding service implementations, such as `BindService(Spanner.SpannerBase)` and `BindService(ServiceBinderBase, Spanner.SpannerBase)`."],["The Cloud Spanner API manages sessions and executes transactions on data stored in Cloud Spanner databases."],["This documentation includes methods, parameters, and return types, such as the `BindService` method that creates a `ServerServiceDefinition` and the different parameters for each method."]]],[]]