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-08-04 UTC."],[[["The latest version of the Google Cloud Spanner V1 API is 5.0.0-beta05, with multiple previous beta and stable releases listed, including versions 4.x.x and 3.x.x."],["The `Spanner` class, located within the `Google.Cloud.Spanner.V1` namespace, is part of the `Google.Cloud.Spanner.V1.dll` assembly and represents the core of the Cloud Spanner API for managing sessions and transactions."],["The `Spanner` class inherits from the `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The API provides methods to `BindService`, which allows for creating and registering server service definitions, and customizing service binding logic."],["The Cloud Spanner API is designed for managing sessions and executing transactions on data stored in Cloud Spanner databases."]]],[]]